#if 0 debug statements in signal handler

remove cruft from slapd.conf
This commit is contained in:
Kurt Zeilenga 2003-05-25 01:19:14 +00:00
parent 00e91a2999
commit ae30d3e656
2 changed files with 4 additions and 4 deletions

View 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

View 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