[debian-edu-commits] r79920 - trunk/src/libpam-mklocaluser/debian
pere at alioth.debian.org
pere at alioth.debian.org
Sat May 4 09:51:02 UTC 2013
Author: pere
Date: 2013-05-04 09:51:01 +0000 (Sat, 04 May 2013)
New Revision: 79920
Modified:
trunk/src/libpam-mklocaluser/debian/changelog
trunk/src/libpam-mklocaluser/debian/pam-python.py
Log:
Make sure syslog message make it clear that both passwd and shadow
is updated by the module.
Modified: trunk/src/libpam-mklocaluser/debian/changelog
===================================================================
--- trunk/src/libpam-mklocaluser/debian/changelog 2013-05-04 07:04:25 UTC (rev 79919)
+++ trunk/src/libpam-mklocaluser/debian/changelog 2013-05-04 09:51:01 UTC (rev 79920)
@@ -8,6 +8,8 @@
* Do not call chown -R, implemnt it in python instead.
* Correct test pam_handler function arguments and make it output
more info during testing.
+ * Make sure syslog message make it clear that both passwd and shadow
+ is updated by the module.
-- Petter Reinholdtsen <pere at debian.org> Sat, 04 May 2013 08:25:53 +0200
Modified: trunk/src/libpam-mklocaluser/debian/pam-python.py
===================================================================
--- trunk/src/libpam-mklocaluser/debian/pam-python.py 2013-05-04 07:04:25 UTC (rev 79919)
+++ trunk/src/libpam-mklocaluser/debian/pam-python.py 2013-05-04 09:51:01 UTC (rev 79920)
@@ -90,7 +90,7 @@
syslog.syslog("Unknown primary group with gid %d" % gid)
groupname = "[unknown]"
- syslog.syslog("Creating local passwd entry uid=%d(%s) gid=%d(%s) gecos='%s' home=%s" % (uid, user, gid, groupname, gecos, newhomedir))
+ syslog.syslog("Creating local passwd/shadow entry uid=%d(%s) gid=%d(%s) gecos='%s' home=%s" % (uid, user, gid, groupname, gecos, newhomedir))
try:
# Add user entry with overridden home directory in /etc/passwd.
More information about the debian-edu-commits
mailing list