Close
jGuru Forums
Posted By: neal_ravindran Posted On: Thursday, October 30, 2003 09:01 AM
How do you gracefully logout from an LDAP server using java provided library of classes? An example code will help.
I authenticate against an LDAP NDS server via a web app..The first time it allows me in...If I make an error the first time OR if I try to login a second time(after a succesful first time login)..it gives me this error:-
"NamingException LDAP error code 80 bindery locked or dir locked or trustee not found (-254)"
could this be problem with me not logging out? Error code 80 at NDS dev site says "unknown error"..yep that helps:)
Re: How do you gracefully logout from an LDAP server using java provided library of classes?
Posted By: neal_ravindran Posted On: Thursday, November 6, 2003 10:43 AM