I am developing an application using Java, Tomcat, Spring Framework and Spring LDAP 1.2.1 to access LDAP.
According to our LDAP administrator, it is impossible to find out programmatically if a specific user is locked in a directory - the user simply does not return. This makes life difficult for me because I need to identify blocked users.
Is our administrator correct, or is it possible to somehow find out if a particular user is blocked? If so, how?
simon
source
share