include /usr/local/etc/openldap/schema/core.schema include /usr/local/etc/openldap/schema/cosine.schema include /usr/local/etc/openldap/schema/inetorgperson.schema
database bdb suffix "dc=informatica,dc=com" ## Give Admins immediate write access: access to dn.subtree="dc=informatica,dc=com" by group/organizationalRole/roleOccupant= "cn=Administrators,ou=Groups,dc=informatica,dc=com" write by * none break ## This rule is needed by authz-regexp ## (Note: Since uid is used in DN, user cannot change its own uid.) access to attrs=uid by anonymous read by users read ## Grant access to passwords for auth, but allow users to change ## their own. access to attrs=userPassword by anonymous auth by self write ## The default rule: Allow DNs to modify their own records. Give ## read access to everyone else. access to * by self write by users read rootdn "cn=Manager,dc=informatica,dc=com" rootpw secret directory /usr/local/var/informatica-data # Indices to maintain index objectClass eq Save and close slapd.conf file.
database ldap uri "ldap://10.72.40.173:389" suffix "dc=xyz,dc=com" #idassert-authzFrom dn.subtree="ou=users,dc=xyz,dc=com"
/usr/local/var/openldap-data /usr/local/var/informatica-data