Added ActiveDirectoryProvider project (placeholder).
This commit is contained in:
parent
9fd6f9e376
commit
061207cb60
6 changed files with 121 additions and 1 deletions
16
ActiveDirectoryProvider/ActiveDirectoryProvider.cs
Normal file
16
ActiveDirectoryProvider/ActiveDirectoryProvider.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace ScrewTurn.Wiki.Plugins.ActiveDirectory {
|
||||
|
||||
/// <summary>
|
||||
/// Implements a Users Storage Provider for Active Directory.
|
||||
/// </summary>
|
||||
public class ActiveDirectoryProvider {
|
||||
// Placeholder
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue