[debian-edu-commits] debian-edu/upstream/ 15/71: Better return value when the login need to be re-done.
Petter Reinholdtsen
pere at moszumanska.debian.org
Mon Jun 9 18:25:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository libpam-mklocaluser.
commit 8fe8e43c743aac5b40bc2b61ed1d7c6b262cbda7
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sat May 1 15:47:23 2010 +0000
Better return value when the login need to be re-done.
---
debian/pam-python.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/pam-python.py b/debian/pam-python.py
index 963eae0..9d4d574 100755
--- a/debian/pam-python.py
+++ b/debian/pam-python.py
@@ -74,7 +74,7 @@ def check_and_create_localuser(pamh, user):
# Throw out user, as the log process cached the home directory
# and need to be restarted.
- return pamh.PAM_SYSTEM_ERR
+ return pamh.PAM_TRY_AGAIN
except Exception, e:
print e
pass
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/libpam-mklocaluser.git
More information about the debian-edu-commits
mailing list