Guys, I have 389-DS server running under MMR environment.I am using script to add users as shown below:<br><br>the Users.ldif seems like this one:<br><br>dn: uid=ram,ou=People,dc=im,dc=sap,dc=com<br>changetype: add<br>objectClass: top<br>
objectClass: person<br>objectClass: organizationalPerson<br>objectClass: inetorgperson<br>objectClass: posixAccount<br>cn: ram M<br>gecos: ram<br>sn: ram<br>givenName:  ram M<br>uidNumber: magic<br>gidNumber: 1002<br>userPassword: {clear}redhat<br>
loginShell: /bin/bash<br>homeDirectory: /home/ram<br><br>And its adding successfully.<br>Now When I try to setup a Password Policy through Console it is not taking effect.<br>For Example: I tried selecting Allow User change password after reset.<br>
Save it.<br><br>nd try logging into client machine, it doesnt work.<br>Its Logging in the user but not asking to change password.<br clear="all"><br>