[24015] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23624 - in trunk/debathena/debathena/libpam-athena-locker: . debian

daemon@ATHENA.MIT.EDU (Timothy G Abbott)
Sat Mar 14 13:08:43 2009

Date: Sat, 14 Mar 2009 13:08:34 -0400
From: Timothy G Abbott <tabbott@MIT.EDU>
Message-Id: <200903141708.n2EH8YCk023385@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: tabbott
Date: 2009-03-14 13:08:34 -0400 (Sat, 14 Mar 2009)
New Revision: 23624

Modified:
   trunk/debathena/debathena/libpam-athena-locker/debian/changelog
   trunk/debathena/debathena/libpam-athena-locker/pam_athena_locker.c
Log:
In libpam-athena-locker:
  * Make not having a Kerberos ticket log at level DEBUG, since system
    users like cron often trigger this condition.


Modified: trunk/debathena/debathena/libpam-athena-locker/debian/changelog
===================================================================
--- trunk/debathena/debathena/libpam-athena-locker/debian/changelog	2009-03-14 17:01:10 UTC (rev 23623)
+++ trunk/debathena/debathena/libpam-athena-locker/debian/changelog	2009-03-14 17:08:34 UTC (rev 23624)
@@ -1,3 +1,10 @@
+libpam-athena-locker (2.2-0debathena1) unstable; urgency=low
+
+  * Make not having a Kerberos ticket log at level DEBUG, since system
+    users like cron often trigger this condition.
+
+ -- Tim Abbott <tabbott@mit.edu>  Sat, 14 Mar 2009 13:08:11 -0400
+
 libpam-athena-locker (2.1-0debathena5) unstable; urgency=low
 
   * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.

Modified: trunk/debathena/debathena/libpam-athena-locker/pam_athena_locker.c
===================================================================
--- trunk/debathena/debathena/libpam-athena-locker/pam_athena_locker.c	2009-03-14 17:01:10 UTC (rev 23623)
+++ trunk/debathena/debathena/libpam-athena-locker/pam_athena_locker.c	2009-03-14 17:08:34 UTC (rev 23624)
@@ -84,7 +84,8 @@
     }
 
     if ((filecache = pam_getenv(pamh, "KRB5CCNAME")) == NULL) {
-	syslog(LOG_ERR, "pam_athena_locker: No Kerberos ticket cache; not attaching locker");
+	if (debug)
+	    syslog(LOG_DEBUG, "pam_athena_locker: No Kerberos ticket cache; not attaching locker");
 	return PAM_SESSION_ERR;
     }
 


home help back first fref pref prev next nref lref last post