I need to access a Novell eDirectory 8.8 through .net (C#) using asp.net 3.5. I haven't accessed an LDAP database before but know that theres issues with non-Microsoft ones (at least there used to be). I was wondering if someone could point me to code to do this, thats the best method of doing it nowdays (ones I found on the net seem old). The LDAP requires a username and password and I simply want to go to that users details and check a field called isMember which is a flag giving their level 0,1,2.
The login (bind) is in the form
cn=USERNAME,ou=users,o=mycompany
which I gather is pretty standard
Hope someone can help
Thanks
Andy
The login (bind) is in the form
cn=USERNAME,ou=users,o=mycompany
which I gather is pretty standard
Hope someone can help
Thanks
Andy