mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
"access to attr=" => "... attrs="
This commit is contained in:
parent
61d71d95b9
commit
54174d3072
6 changed files with 7 additions and 7 deletions
|
|
@ -41,7 +41,7 @@ authz-regexp "^uid=([^,]+),.*" "uid=$1,ou=People,dc=example,dc=com"
|
||||||
# cn=monitor, cn=schema, and cn=config
|
# cn=monitor, cn=schema, and cn=config
|
||||||
#
|
#
|
||||||
|
|
||||||
access to attr=userpassword
|
access to attrs=userpassword
|
||||||
by self =wx
|
by self =wx
|
||||||
by anonymous =x
|
by anonymous =x
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ authz-regexp "^uid=([^,]+),.*" "uid=$1,ou=Groups,dc=example,dc=com"
|
||||||
# cn=monitor, cn=schema, and cn=config
|
# cn=monitor, cn=schema, and cn=config
|
||||||
#
|
#
|
||||||
|
|
||||||
access to attr=userpassword
|
access to attrs=userpassword
|
||||||
by self =wx
|
by self =wx
|
||||||
by anonymous =x
|
by anonymous =x
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ authz-regexp "^uid=([^,]+),.*" "uid=$1,ou=People,dc=example,dc=com"
|
||||||
# cn=monitor, cn=schema, and cn=config
|
# cn=monitor, cn=schema, and cn=config
|
||||||
#
|
#
|
||||||
|
|
||||||
access to attr=userpassword
|
access to attrs=userpassword
|
||||||
by dn.exact="uid=proxy,ou=People,dc=example,dc=com" read
|
by dn.exact="uid=proxy,ou=People,dc=example,dc=com" read
|
||||||
by self =wx
|
by self =wx
|
||||||
by anonymous =x
|
by anonymous =x
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ overlay ppolicy
|
||||||
ppolicy_default "cn=Standard Policy,ou=Policies,dc=example,dc=com"
|
ppolicy_default "cn=Standard Policy,ou=Policies,dc=example,dc=com"
|
||||||
ppolicy_use_lockout
|
ppolicy_use_lockout
|
||||||
|
|
||||||
access to attr=userpassword
|
access to attrs=userpassword
|
||||||
by self write
|
by self write
|
||||||
by * auth
|
by * auth
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ rootpw secret
|
||||||
# cn=monitor, cn=schema, and cn=config
|
# cn=monitor, cn=schema, and cn=config
|
||||||
#
|
#
|
||||||
|
|
||||||
access to attr=userpassword
|
access to attrs=userpassword
|
||||||
by anonymous auth
|
by anonymous auth
|
||||||
by self write
|
by self write
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,10 +40,10 @@ authz-regexp "^uid=([^,]+),.*" "ldap:///dc=example,dc=com??sub?uid=$1"
|
||||||
# cn=monitor, cn=schema, and cn=config
|
# cn=monitor, cn=schema, and cn=config
|
||||||
#
|
#
|
||||||
|
|
||||||
access to attr=authzFrom,authzTo
|
access to attrs=authzFrom,authzTo
|
||||||
by * auth
|
by * auth
|
||||||
|
|
||||||
access to attr=userpassword
|
access to attrs=userpassword
|
||||||
by anonymous auth
|
by anonymous auth
|
||||||
by self write
|
by self write
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue