mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
silence warnings
This commit is contained in:
parent
93abd4c616
commit
9a3b418916
@ -46,7 +46,7 @@ authz-regexp "^uid=(us/)?([^,]+),.+" "ldap:///ou=People,dc=example,dc=com??sub?(
|
|||||||
# 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
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ rootpw secret
|
|||||||
#ldbm#index cn,sn,uid pres,eq,sub
|
#ldbm#index cn,sn,uid pres,eq,sub
|
||||||
|
|
||||||
access to dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com"
|
access to dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com"
|
||||||
attr=authzTo
|
attrs=authzTo
|
||||||
by dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com" =wx
|
by dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com" =wx
|
||||||
by * =x
|
by * =x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user