From cbc8b6bc7c398acd4b8fb5e5118f3e108e27ba95 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 17 Oct 2002 17:06:27 +0000 Subject: [PATCH] Sync with HEAD --- servers/slapd/main.c | 2 +- servers/slapd/slapd.conf | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/servers/slapd/main.c b/servers/slapd/main.c index 8a40fe52a7..bda792fbf8 100644 --- a/servers/slapd/main.c +++ b/servers/slapd/main.c @@ -628,7 +628,7 @@ wait4child( int sig ) errno = save_errno; } -#endif /* SIGCHLD || SIGCLD */ +#endif /* LDAP_SIGCHLD */ #ifdef LOG_LOCAL4 diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index 91dab7bdb0..0c39145cde 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -28,8 +28,9 @@ argsfile %LOCALSTATEDIR%/slapd.args # disallow bind_simple_unprotected # # Require integrity protection (prevent hijacking) -# Require 112-bit (3DES or better) encryption -# security ssf=1 ssf=112 +# Require 112-bit (3DES or better) encryption for updates +# Require 63-bit encryption for simple bind +# security ssf=1 update_ssf=112 simple_bind=64 # Sample access control policy: # Allow read access of root DSE -- 2.39.5