16 lines
316 B
C#
16 lines
316 B
C#
|
|
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
|
|
}
|
|
|
|
}
|