Password Policy not getting applied

I have configure a Sun ONE Directory server 5.2_4 with a global password policy of locking accounts after 3 unsuccessful tries. This is not working here. The pam.conf files have not been modified. The o/p of logins is

# logins -x -l ad

ad 60010staff10

/export/home/ad

/bin/ksh

PS 000000 -1 -1 -1

Is there anything else which needs to be tweaked to make this thing work ? Any patches which needs to be installed ? This is a Solaris 10 U2 install.

Rgds,

Arvinder

[515 byte] By [adaddu] at [2007-11-26 10:58:56]
# 1
Even if DS would lock the account, I'm not sure it would be reflected by logins, as I don't think that pam will gather the information from Directory Server.Regards,Ludovic.
ludovicp at 2007-7-7 3:12:34 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
When DS locks the user, logins do show that the user have been locked. PS gets replaced by LK
adaddu at 2007-7-7 3:12:34 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
Try to lock the user using ldapsearch and wrong password more than 3 times. If the user gets locked the issue is not in the Directory Server.If not, check the password policy configuration, possible error messages in the DS error logs,Regards,Ludovic.
ludovicp at 2007-7-7 3:12:34 > top of Java-index,Web & Directory Servers,Directory Servers...