Re: Red Hat Linux: passwd
From: Andy Hibbins (andy@andyhibbins.me.uk)
Date: 11/27/02
- Previous message: ALBEE,RUSSELL. S FC2 (CV63 CS5): "IPF/IPTable/??"
- In reply to: ALBEE,RUSSELL. S FC2 (CV63 CS5): "Red Hat Linux: passwd"
- Next in thread: David Bernick: "Re: Red Hat Linux: passwd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 27 Nov 2002 16:49:40 -0000 (GMT) From: "Andy Hibbins" <andy@andyhibbins.me.uk> To: <security-basics@securityfocus.com>
> How does passwd determine if a password is based off a dictionary word
> or not? Is there a file somewhere it references, a dictionary built
> into the code, or a algorithim it uses to check the password?
If you look at the /etc/pam.d/passwd file you'll see that passwd checks
the password against the pam_cracklib.so module. After running strings
against this module it appears pam_cracklib.so calls the libcrack.so.x
shared library.
Hope this helps.
Andy Hibbins
_______________________________________
This email was sent using SquirrelMail.
"Webmail for nuts!"
http://squirrelmail.org/
- Next message: Jason Dixon: "Re: *nix firewall setup"
- Previous message: ALBEE,RUSSELL. S FC2 (CV63 CS5): "IPF/IPTable/??"
- In reply to: ALBEE,RUSSELL. S FC2 (CV63 CS5): "Red Hat Linux: passwd"
- Next in thread: David Bernick: "Re: Red Hat Linux: passwd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|