aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-07-23 00:07:41 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-07-23 00:07:41 +0200
commit03063bb90e76b69776fe92f8abf293cfc04de5f3 (patch)
tree117b702373594e303e3e736e2f937221d39d0caf /system-login.in
parentRename NOLOGIN_SUPPORTS_ACCOUNT in HAVE_PAM_NOLOGIN_ACCOUNT. (diff)
downloadpambase-03063bb90e76b69776fe92f8abf293cfc04de5f3.tar.gz
pambase-03063bb90e76b69776fe92f8abf293cfc04de5f3.tar.bz2
pambase-03063bb90e76b69776fe92f8abf293cfc04de5f3.zip
Rename chain support to SUPPORT_$MODULE_$CHAIN
This way it's more likely to understand which module supports what.
Diffstat (limited to 'system-login.in')
-rw-r--r--system-login.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-login.in b/system-login.in
index 6b96b37..09af7e7 100644
--- a/system-login.in
+++ b/system-login.in
@@ -16,7 +16,7 @@ account required pam_access.so DEBUG
#if HAVE_LOGIN_ACCESS
account required pam_login_access.so
#endif
-#if HAVE_PAM_NOLOGIN_ACCOUNT
+#if SUPPORT_NOLOGIN_ACCOUNT
account required pam_nologin.so DEBUG_NOLOGIN
#endif
account include system-auth