[Mono-list] System.DirectoryServices - Was: (no subject)
Adam Tauno Williams
adam@morrison-ind.com
Wed, 1 Dec 2004 07:26:26 -0500
> I would recommend using Novell.Directory.Ldap instead of
> System.DirectoryServices.
> It is a pure managed library for LDAP and is included within Mono. It works
> on Mono and .NET Framework.
Agree. I've written a fair about of LDAP related stuff using Mono, and while I
think the DirectoryServices is a nicer API it is filled with bugs and
limitations. The Directory.Ldap assembly is much more stable.