diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2006-07-01 22:50:01 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2006-07-01 22:50:01 +0000 |
commit | d38e014e661ce8195e7a272b38d6f00a0cdd8ebc (patch) | |
tree | a9ea7295f799128ba8b749ee711295059418863d /sys-libs | |
parent | Added eclipse mask (diff) | |
download | gentoo-2-d38e014e661ce8195e7a272b38d6f00a0cdd8ebc.tar.gz gentoo-2-d38e014e661ce8195e7a272b38d6f00a0cdd8ebc.tar.bz2 gentoo-2-d38e014e661ce8195e7a272b38d6f00a0cdd8ebc.zip |
Bah, I need to check the source and not README in regards to likeauth.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/files/pam.d-0.99/system-auth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/pam/files/pam.d-0.99/system-auth b/sys-libs/pam/files/pam.d-0.99/system-auth index 14e67b71dc77..c37035f51067 100644 --- a/sys-libs/pam/files/pam.d-0.99/system-auth +++ b/sys-libs/pam/files/pam.d-0.99/system-auth @@ -1,7 +1,7 @@ #%PAM-1.0 auth required pam_env.so -auth sufficient pam_unix.so try_first_pass nullok +auth sufficient pam_unix.so try_first_pass likeauth nullok auth required pam_deny.so account required pam_unix.so |