Added ActiveDirectoryProvider project (placeholder).

This commit is contained in:
Dario Solera 2009-10-09 15:19:13 +00:00
parent 9fd6f9e376
commit 061207cb60
6 changed files with 121 additions and 1 deletions

View 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
}
}