diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-07-13 05:10:54 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-07-13 05:10:54 +0000 |
commit | c95e6e34c26fc95f622b4d0535bccede3c655146 (patch) | |
tree | 1168d99167e0aa3f3f8f1cde243b8b3461d083c3 /modules/pam_nologin | |
parent | 0912bbea47b70d7dce2de8a98828c4ad04ff68aa (diff) | |
download | pam-c95e6e34c26fc95f622b4d0535bccede3c655146.tar.gz pam-c95e6e34c26fc95f622b4d0535bccede3c655146.tar.bz2 pam-c95e6e34c26fc95f622b4d0535bccede3c655146.zip |
Relevant BUGIDs: 436435
Purpose of commit: new feature
Commit summary:
---------------
add account management to a bunch of modules.
Submitted by Harald Welte.
Diffstat (limited to 'modules/pam_nologin')
-rw-r--r-- | modules/pam_nologin/pam_nologin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pam_nologin/pam_nologin.c b/modules/pam_nologin/pam_nologin.c index 7b2394af..6916a7b4 100644 --- a/modules/pam_nologin/pam_nologin.c +++ b/modules/pam_nologin/pam_nologin.c @@ -24,6 +24,7 @@ */ #define PAM_SM_AUTH +#define PAM_SM_ACCOUNT #include <security/pam_modules.h> @@ -192,6 +193,6 @@ struct pam_module _pam_nologin_modstruct = { NULL, }; -#endif +#endif /* PAM_STATIC */ /* end of module definition */ |