LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   How to add a group to ldap write access in openldap (https://www.linuxquestions.org/questions/linux-enterprise-47/how-to-add-a-group-to-ldap-write-access-in-openldap-4175592191/)

maheshreddyt 10-25-2016 09:52 AM

How to add a group to ldap write access in openldap
 
Hi Experts,

Below is my Slapd configuration file please check and suggest me how to add a group to ldap write access.

dn: olcDatabase={2}bdb,cn=config
changetype: modify
add: olcAccess
olcAccess: {0}to attrs=userPassword,shadowLastChange by
dn="cn=Manager,dc=redhot,dc=com" write by anonymous auth by self write by * none
olcAccess: {1}to dn.base="" by * read
olcAccess: {2}to * by dn="cn=Manager,dc=redhot,dc=com" write by * read

maheshreddyt 10-25-2016 09:54 AM

Here I've given complete information of my LDAP Configuration, Please correct if I'm doing something wrong.

https://paste.linux.community/view/61fb845a


All times are GMT -5. The time now is 03:30 PM.