diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-07-12 17:03:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-07-12 17:03:00 +0000 |
commit | d6523c73c1daf64ec81a282a800431235885fbac (patch) | |
tree | 26b46804e51076815f71cd13633aebe631efe75a /sys-libs/pam/files | |
parent | Keyworded ~sparc-fbsd. (diff) | |
download | gentoo-2-d6523c73c1daf64ec81a282a800431235885fbac.tar.gz gentoo-2-d6523c73c1daf64ec81a282a800431235885fbac.tar.bz2 gentoo-2-d6523c73c1daf64ec81a282a800431235885fbac.zip |
Fix typo.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sys-libs/pam/files')
-rw-r--r-- | sys-libs/pam/files/system-auth.pamd.epam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/pam/files/system-auth.pamd.epam b/sys-libs/pam/files/system-auth.pamd.epam index b515d84fc640..bdee6f4a6852 100644 --- a/sys-libs/pam/files/system-auth.pamd.epam +++ b/sys-libs/pam/files/system-auth.pamd.epam @@ -7,7 +7,7 @@ auth required pam_deny.so account required pam_unix.so #%EPAM-Use-Flag:cracklib%#password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 try_first_pass retry=3 -#%EPAM-Use-Flag:cracklib%#password sufficient pam_unix.so try_first_pass use_authtok nullok md5 shado +#%EPAM-Use-Flag:cracklib%#password sufficient pam_unix.so try_first_pass use_authtok nullok md5 shadow #%EPAM-Use-Flag:!cracklib%#password sufficient pam_unix.so try_first_pass nullok md5 shadow password required pam_deny.so |