OpenLDAP configuraion in Yast2 - groupOfUniqueNames/uniqueMember

Posted by Ales on Stack Overflow See other posts from Stack Overflow or by Ales
Published on 2010-05-06T09:24:57Z Indexed on 2010/05/06 9:28 UTC
Read the original article Hit count: 189

Filed under:
|
|

hi all,

in /etc/openldap/slapd.conf I have this acl and works:

access to dn.subtree="ou=users,dc=domain"
    by group/groupofuniquenames/uniquemember="cn=partner,ou=groups,dc=domain" write
    by users read  

When I want to configure it in OpenSuSE 11.1 Yast2 LDAP server configuration it generates me file /etc/openldap/slap.d/cn=config/olcDatabase={1}bdb.ldif whit acl:

olcAccess: {3}to dn.subtree="ou=users,dc=domain" by  group="cn=partner,ou=groups,dc=domain" manage  

How can i set it from "by group" to "by group/groupofuniquenames/uniquemember" like in slapd.conf?

thanks, Al

© Stack Overflow or respective owner

Related posts about opensuse

Related posts about openldap