2) add rules that allow "cn=Replicator,dc=example,dc=com" to write
anything, like
I thought about this, but I actually had no rules in place to begin
with while testing. Does the lack of rules mean an implicit deny to
everything from anyone except the rootdn or does the lack of rules
imply permit to everything from anyone?
As stated in the default slapd.conf provided in the tar ball:
quote:
# if no access controls are present, the default policy
# allows anyone and everyone to read anything but restricts
# updates to rootdn. (e.g., "access to * by * read")
#
# rootdn can always read and write EVERYTHING!
I just copied these lines verbatim in slapd.conf(5) and
slapd.access(5).