From 06f69e603c7373b4057d8194450ccbb54a2a758b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 8 Oct 2002 01:15:20 +0000 Subject: [PATCH] Add security restrictions examples --- servers/slapd/slapd.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index 3b7553c8e1..91dab7bdb0 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -22,7 +22,15 @@ argsfile %LOCALSTATEDIR%/slapd.args # moduleload back_passwd.la # 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 +# security ssf=1 ssf=112 + # Sample access control policy: # Allow read access of root DSE # Allow self write access -- 2.39.5