aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-07-24 03:50:03 +0200
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-07-24 03:50:03 +0200
commitc4c95da8488b3712ee530a134a0b34b63612954d (patch)
tree93ae992d66de337743c0833b9e68990e28e0826b
parentFix kerberos authentication. (diff)
downloadpambase-c4c95da8488b3712ee530a134a0b34b63612954d.tar.gz
pambase-c4c95da8488b3712ee530a134a0b34b63612954d.tar.bz2
pambase-c4c95da8488b3712ee530a134a0b34b63612954d.zip
Make sure that there is a space between password and session.pambase-20100724
-rw-r--r--system-auth.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-auth.in b/system-auth.in
index eaf89a1..81c6542 100644
--- a/system-auth.in
+++ b/system-auth.in
@@ -26,7 +26,7 @@ password required pam_passwdqc.so min=8,8,8,8,8 retry=3
password KRB5_CONTROL pam_krb5.so KRB5_PARAMS
#endif
password required pam_unix.so try_first_pass UNIX_AUTHTOK nullok UNIX_EXTENDED_ENCRYPTION DEBUG
-
+
#if HAVE_PAM_SSH
session optional pam_ssh.so
#endif