mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
Add security restrictions examples
This commit is contained in:
parent
2fd41add70
commit
06f69e603c
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue