policy « ldap « Java Enterprise Q&A





1. JAAS with LDAP password policy    stackoverflow.com

A user is accessing a restricted web application with JAAS (on Glassfish 2.1). LDAPRealm is used, and authentication is successfully performed from LDAP. A password policy should be installed for the ...

2. How to read LDAP password policy in Java    stackoverflow.com

Can i read user password policy from LDAP, like when it expires or more details like password strength (minimal length etc.) ? I need these information so I can use the ...