Skip to content
Snippets Groups Projects
Commit 06f69e60 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add security restrictions examples

parent 2fd41add
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment