diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-02-21 21:17:27 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-02-21 21:17:27 +0100 |
commit | 3a58f26fee0cbe1c752c9361c1272781d15baa35 (patch) | |
tree | 80048510334915ec72cc9e51d4f5e4ea1e552b61 | |
parent | Add option to use ConsoleKit in local logins. (diff) | |
download | pambase-3a58f26fee0cbe1c752c9361c1272781d15baa35.tar.gz pambase-3a58f26fee0cbe1c752c9361c1272781d15baa35.tar.bz2 pambase-3a58f26fee0cbe1c752c9361c1272781d15baa35.zip |
Cleanup whitespace.
-rw-r--r-- | system-login.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/system-login.in b/system-login.in index 45aa0bb..89fb084 100644 --- a/system-login.in +++ b/system-login.in @@ -1,29 +1,29 @@ #if HAVE_TALLY auth required pam_tally.so file=/var/log/faillog onerr=succeed DEBUG -#endif +#endif auth required pam_shells.so DEBUG auth required pam_nologin.so DEBUG auth include system-auth -#if HAVE_ACCESS +#if HAVE_ACCESS account required pam_access.so DEBUG -#endif +#endif #ifdef HAVE_LOGIN_ACCESS account required pam_login_access.so #endif account include system-auth -#if HAVE_TALLY +#if HAVE_TALLY account required pam_tally.so file=/var/log/faillog onerr=succeed DEBUG -#endif +#endif password include system-auth #if HAVE_SELINUX session required pam_selinux.so close #endif -#if HAVE_ENV +#if HAVE_ENV session required pam_env.so DEBUG -#endif +#endif session optional pam_lastlog.so DEBUG session include system-auth #if HAVE_SELINUX |