mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
mode=self makes more sense
This commit is contained in:
parent
2521442d03
commit
15987038fb
2 changed files with 4 additions and 4 deletions
|
|
@ -52,7 +52,7 @@ chase-referrals no
|
|||
idassert-bind bindmethod=simple
|
||||
binddn="cn=Manager,ou=Meta,dc=example,dc=com"
|
||||
credentials="secret"
|
||||
mode=none
|
||||
mode=self
|
||||
flags=non-prescriptive
|
||||
idassert-authzfrom "dn.exact:cn=Manager,dc=example,dc=com"
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ chase-referrals no
|
|||
idassert-bind bindmethod=simple
|
||||
binddn="cn=Manager,dc=example,dc=com"
|
||||
credentials="secret"
|
||||
mode=none
|
||||
mode=self
|
||||
flags=non-prescriptive
|
||||
idassert-authzfrom "dn.exact:cn=Manager,dc=example,dc=com"
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ suffixmassage "ou=Meta,o=Example,c=US" "ou=Meta,dc=example,dc=com"
|
|||
idassert-bind bindmethod=simple
|
||||
binddn="cn=manager,ou=meta,dc=example,dc=com"
|
||||
credentials="secret"
|
||||
mode=none
|
||||
mode=self
|
||||
flags=non-prescriptive
|
||||
idassert-authzFrom "dn.exact:cn=Manager,o=Example,c=US"
|
||||
|
||||
|
|
@ -68,7 +68,7 @@ suffixmassage "o=Example,c=US" "dc=example,dc=com"
|
|||
idassert-bind bindmethod=simple
|
||||
binddn="cn=manager,dc=example,dc=com"
|
||||
credentials="secret"
|
||||
mode=none
|
||||
mode=self
|
||||
flags=non-prescriptive
|
||||
idassert-authzFrom "dn.exact:cn=Manager,o=Example,c=US"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue