mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
#if 0 debug statements in signal handler
remove cruft from slapd.conf
This commit is contained in:
parent
00e91a2999
commit
ae30d3e656
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue