split( argv[i], '=', &left, &right );
split( left, '.', &left, &style );
- if ( right == NULL || *right == '\0' ) {
+ if ( right == NULL ) {
fprintf( stderr,
- "%s: line %d: missing \"=\" in (or value after) \"%s\" in to clause\n",
+ "%s: line %d: missing \"=\" in \"%s\" in to clause\n",
fname, lineno, left );
acl_usage();
}
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
#######################################################################
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