Finding out if LDAP user in Sun Directory Server 5.2 is locked out, in Java
Posted
by simon
on Stack Overflow
See other posts from Stack Overflow
or by simon
Published on 2008-11-11T13:51:30Z
Indexed on
2010/04/18
11:23 UTC
Read the original article
Hit count: 347
I'm developing an application using Java, Tomcat, Spring Framework and Spring LDAP 1.2.1 for LDAP access.
According to our LDAP administrator, it is not possible to find out programmatically, if a specific user is locked out in the directory - the user is just not returned. This makes life difficult for me, as I need to identify locked out users.
Is our administrator right, or is it possible somehow to find out, if a particular user is locked out? If yes, how?
© Stack Overflow or respective owner