diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-17 10:29:10 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-17 10:29:10 +0000 |
commit | c9c4b5d6c58ff4042576d228249148da67d58196 (patch) | |
tree | 8d00ed36d176ecbe3ff0ae902b434aa3b822f7b8 /modules/pam_limits/pam_limits.c | |
parent | 607a06e8e7db6e0171fa8b94e4859560a844ec24 (diff) | |
download | pam-c9c4b5d6c58ff4042576d228249148da67d58196.tar.gz pam-c9c4b5d6c58ff4042576d228249148da67d58196.tar.bz2 pam-c9c4b5d6c58ff4042576d228249148da67d58196.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-17 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_limits/Makefile.am: Include Make.xml.rules.
* modules/pam_limits/limits.conf.5: New, generated from xml file.
* modules/pam_limits/limits.conf.5.xml: New.
* modules/pam_limits/pam_limits.8: New, generated from xml file.
* modules/pam_limits/pam_limits.8.xml: New.
* modules/pam_limits/README.xml: New.
* modules/pam_limits/README: Regenerated from README.xml.
Diffstat (limited to 'modules/pam_limits/pam_limits.c')
-rw-r--r-- | modules/pam_limits/pam_limits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_limits/pam_limits.c b/modules/pam_limits/pam_limits.c index db0fcdba..4cda284e 100644 --- a/modules/pam_limits/pam_limits.c +++ b/modules/pam_limits/pam_limits.c @@ -631,7 +631,7 @@ pam_sm_open_session (pam_handle_t *pamh, int flags UNUSED, if (ctrl & PAM_DEBUG_ARG) pam_syslog(pamh, LOG_WARNING, "open_session username '%s' does not exist", user_name); - return PAM_SESSION_ERR; + return PAM_USER_UNKNOWN; } retval = init_limits(&pl); |