
# Add this to the schema include section at the top of both the
# master and replica servers:
include /etc/mail/openldap/schema/ldapfiler.schema



# Add these ACLs to the master 
access to ou=configFiles,ou=smiConfig
        by dn="cn=ldapfiler,ou=sysaccounts,dc=admin,dc=local" write
        by * break


# Add the ACLs to the replicas
access to ou=configFiles,ou=smiConfig
        by dn="cn=ldapfiler,ou=sysaccounts,dc=admin,dc=local" read
        by * break
