[pubcookie-dev] CVS update: jjminer; webiso/pubcookie/src verify_ldap.c,1.31,1.32

miner at doit.wisc.edu miner at doit.wisc.edu
Thu Jun 8 14:55:43 PDT 2006


Update of /usr/local/cvsroot/webiso/pubcookie/src
 In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv11229/src
 
 Modified Files:
 	verify_ldap.c 
 Log Message:
     Changing these to DEBUG_LOW, as they are duplicated by the output from
     flavor_basic and are really only useful for debugging.
 



Index: webiso/pubcookie/src/verify_ldap.c
diff -u webiso/pubcookie/src/verify_ldap.c:1.31 webiso/pubcookie/src/verify_ldap.c:1.32
--- webiso/pubcookie/src/verify_ldap.c:1.31	Fri May 19 08:50:43 2006
+++ webiso/pubcookie/src/verify_ldap.c	Thu Jun  8 14:55:40 2006
@@ -20,7 +20,7 @@
  *
  * Verifies users against an LDAP server (or servers.)
  * 
- * $Id: verify_ldap.c,v 1.31 2006/05/19 15:50:43 jjminer Exp $
+ * $Id: verify_ldap.c,v 1.32 2006/06/08 21:55:40 jjminer Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -638,17 +638,17 @@
                         *errstr = "couldn't bind as user -- auth failed";
 
                     if (got_error == 0) {
-                        pbc_log_activity (p, PBC_LOG_AUDIT,
+                        pbc_log_activity (p, PBC_LOG_DEBUG_LOW,
                                           "%s succesfully bound to %s:%d\n",
                                           userid, ludp->lud_host,
                                           ludp->lud_port);
                     } else if (got_error == -1) {
-                        pbc_log_activity (p, PBC_LOG_AUDIT,
+                        pbc_log_activity (p, PBC_LOG_DEBUG_LOW,
                                           "%s fatal error binding to %s:%d\n",
                                           userid, ludp->lud_host,
                                           ludp->lud_port);
                     } else if (got_error == -2) {
-                        pbc_log_activity (p, PBC_LOG_AUDIT,
+                        pbc_log_activity (p, PBC_LOG_DEBUG_LOW,
                                           "%s error binding to %s:%d.  Continuing\n",
                                           userid, ludp->lud_host,
                                           ludp->lud_port);



end of message


More information about the pubcookie-dev mailing list