mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-09 08:42:22 -04:00
Misc. updates from HEAD, rm ext matching
This commit is contained in:
parent
3d335ebff3
commit
01ff89e899
2 changed files with 5 additions and 2 deletions
1
CHANGES
1
CHANGES
|
|
@ -8,7 +8,6 @@ OpenLDAP 2.0.13 Engineering
|
|||
Fixed back-ldbm dbhandle cache bug
|
||||
Fixed back-shell fgets handling
|
||||
Added slapd access to dn.base="" support
|
||||
Added slapd extensible matching support (ITS#1302)
|
||||
Added -lldap improved TLS certificate checking
|
||||
|
||||
OpenLDAP 2.0.12 Release
|
||||
|
|
|
|||
|
|
@ -9,6 +9,10 @@ schemacheck off
|
|||
pidfile ./test-db/slapd.pid
|
||||
argsfile ./test-db/slapd.args
|
||||
|
||||
# global ACLs
|
||||
access to dn.base="" attr=objectClass by users read
|
||||
access to * by * read
|
||||
|
||||
#######################################################################
|
||||
# ldbm database definitions
|
||||
#######################################################################
|
||||
|
|
@ -50,4 +54,4 @@ access to filter="objectclass=groupofnames"
|
|||
by dn="^cn=Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US$" +rw stop
|
||||
by * break
|
||||
|
||||
access to * by * read
|
||||
# fall into global ACLs
|
||||
|
|
|
|||
Loading…
Reference in a new issue