]> git.sur5r.net Git - openldap/commitdiff
Add security restrictions examples
authorKurt Zeilenga <kurt@openldap.org>
Tue, 8 Oct 2002 01:15:20 +0000 (01:15 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 8 Oct 2002 01:15:20 +0000 (01:15 +0000)
servers/slapd/slapd.conf

index 3b7553c8e1880f1a1970ca792da016cfa7dc7a2a..91dab7bdb00c3d1f7460af44b22eeacfcde0e11d 100644 (file)
@@ -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