Hello,
I have used:
slaptest -f slapd.conf -F slapd.d
to migrate my slapd.conf-based config, but ACLs included in slapd.conf as:
include /path/to/acl.conf
where not included in the produced configuration. Instead a default(?) rule of "olcAccess: {0}to * by * none" was included.
How can we migrate all rules from acl.conf automatically (it's a fairly big file - about 1000 lines).
Thanks in advance, Nick