mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
couldn't slapcat with ACIs in slapd.conf :)
This commit is contained in:
parent
3356017b93
commit
725423ef4f
1 changed files with 7 additions and 0 deletions
|
|
@ -424,6 +424,13 @@ slap_tool_init(
|
|||
exit( EXIT_FAILURE );
|
||||
}
|
||||
|
||||
#ifdef SLAP_DYNACL
|
||||
if ( acl_init() ) {
|
||||
fprintf( stderr, "%s: acl_init failed!\n", progname );
|
||||
exit( EXIT_FAILURE );
|
||||
}
|
||||
#endif /* SLAP_DYNACL */
|
||||
|
||||
rc = read_config( conffile, confdir );
|
||||
|
||||
if ( rc != 0 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue