[Mono-list] Mono LDAP Status
Johannes Roith
johannes@jroith.de
Thu, 18 Sep 2003 22:25:59 +0200
Am Don, 2003-09-18 um 22.03 schrieb Anthony J. Gatlin:
> I am interested in this as well but have some additional
> questions.
>
> I currently work heavily with Active Directory. I am
> curious what support for Directory Services will Mono
> implement. It is my understanding that Active Directory is
> a proprietary standard and Microsoft will not allow it to
> be copied. I assume that Active Directory will not be
> supported.
>
> What Directory Services will be supported and how?
As System.DirectoryServices is just a layer on top of ADSI, it is no
problem to clone that interface. It just means, that there is some extra
work.
Johannes