lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1551 - nss-pam-ldapd/nslcd

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r1551 - nss-pam-ldapd/nslcd



Author: arthur
Date: Sun Oct  2 13:17:08 2011
New Revision: 1551
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1551&view=revision

Log:
reduce loglevel of user not found messages to avoid spamming the logs with 
useless information (thanks Wakko Warner)

Modified:
   nss-pam-ldapd/nslcd/pam.c

Modified: nss-pam-ldapd/nslcd/pam.c
==============================================================================
--- nss-pam-ldapd/nslcd/pam.c   Sun Oct  2 11:47:22 2011        (r1550)
+++ nss-pam-ldapd/nslcd/pam.c   Sun Oct  2 13:17:08 2011        (r1551)
@@ -100,7 +100,7 @@
   {
     if (rc==LDAP_SUCCESS)
       rc=LDAP_NO_SUCH_OBJECT;
-    log_log(LOG_WARNING,"\"%s\": user not found: 
%s",username,ldap_err2string(rc));
+    log_log(LOG_DEBUG,"\"%s\": user not found: 
%s",username,ldap_err2string(rc));
     *rcp=rc;
   }
   return entry;
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/