]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
#if 0 debug statements in signal handler
authorKurt Zeilenga <kurt@openldap.org>
Sun, 25 May 2003 01:19:14 +0000 (01:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 25 May 2003 01:19:14 +0000 (01:19 +0000)
remove cruft from slapd.conf

servers/slapd/daemon.c
servers/slapd/slapd.conf

index 71e7c0719161b6195aed55d66130e86d44779d2b..b2b5092dde73df90d6a1953b22d52ea970888696 100644 (file)
@@ -2010,11 +2010,13 @@ int sockdestroy(void)
 RETSIGTYPE
 slap_sig_shutdown( int sig )
 {
+#if 0
 #ifdef NEW_LOGGING
        LDAP_LOG( CONNECTION, CRIT, 
                "slap_sig_shutdown: signal %d\n", sig, 0, 0 );
 #else
        Debug(LDAP_DEBUG_TRACE, "slap_sig_shutdown: signal %d\n", sig, 0, 0);
+#endif
 #endif
 
        /*
@@ -2025,12 +2027,14 @@ slap_sig_shutdown( int sig )
 
 #if HAVE_NT_SERVICE_MANAGER && SIGBREAK
        if (is_NT_Service && sig == SIGBREAK)
+#if 0
 #ifdef NEW_LOGGING
            LDAP_LOG( CONNECTION, CRIT,
                    "slap_sig_shutdown: SIGBREAK ignored.\n", 0, 0, 0 );
 #else
            Debug(LDAP_DEBUG_TRACE, "slap_sig_shutdown: SIGBREAK ignored.\n",
                  0, 0, 0);
+#endif
 #endif
        else
 #endif
index 5fcca2c1dbe617423ad8c033806b692e0fbbe4d2..bf6f611aa578148f891573458de315affa62f0ce 100644 (file)
@@ -23,10 +23,6 @@ argsfile     %LOCALSTATEDIR%/slapd.args
 # moduleload   back_shell.la
 
 # Sample security restrictions
-#
-#   Disallow clear text exchange of passwords
-# disallow bind_simple_unprotected
-#
 #      Require integrity protection (prevent hijacking)
 #      Require 112-bit (3DES or better) encryption for updates
 #      Require 63-bit encryption for simple bind