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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
