LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   passwd: Unable to set failure delay (https://www.linuxquestions.org/questions/linux-security-4/passwd-unable-to-set-failure-delay-13487/)

vaibhavk 02-04-2002 03:11 AM

passwd: Unable to set failure delay
 
hi I want to change the password of a user so I am using passwd commond , but it is throwing an error
passwd: Unable to set failure delay.
I want to implement PAM on DiskOnChip so I copied all required files ( pam and required .so) and when I want to change the password of a user it is showing me above error.
what would be the cause.
Vaibhav

unSpawn 02-04-2002 05:45 PM

PAM adds a delay to guard against brute forcing and other mischief, the delay is added when the module your using (or a module in the stack) fails. If your module can handle the "debug" parameter, add it to the config and it should log much more to syslog. IIRC, it's best you add an entry, or at least make sure there's a
*.*<tab>/var/log/debug
line in your syslog which will log all msgs.


All times are GMT -5. The time now is 06:23 PM.