Hello,

We use OpenDS for users's authentication and implemented password
policy.
We want to force users to change their password every three months.

Tomcat Version  :6.0.29
OS Version              :Windows Server Std 2008 x64
OpenDS Version  :2.2.0

What we did so far is the following:

   Server.xml

   <Realm className="org.apache.catalina.realm.JNDIRealm"
        connectionURL="ldap://xxx.xxx.xxx.xxx:389/"; debug="99"
        roleBase="ou=loginRole,dc=CompanyName"
        roleName="cn" roleSearch="(cn=USER)"
        userPattern="uid={0},ou=users,dc=CompanyName"/>
 


regards,
Ono

Reply via email to