Alberto, This works me: aci: (targetattr = "*") (target = "ldap:///ou=People,dc=example,dc=com") (version 3.0;acl "TEST";allow (compare,write,add) (userdn = "ldap:///uid=mreynolds, ou=People,dc=example,dc=com");) You are missing "target", but I thought that didn't matter. So, there could also be other conflicting DENY aci's that are causing the issue. So you should look at the other aci's in the tree. If you still don't find anything, you can turn on "access control list processing" error logging which should tell you which aci is triggering the DENY: ldapmodify.... dn: cn=config changetype: modify replace: nsslapd-errorlog-level nsslapd-errorlog-level: 128 Set it back to zero when done. But this significantly impacts the server performance, so only do it on a non-production server. Regards, Mark On 09/18/2012 12:43 PM, Alberto Viana wrote: Anyone? -- Mark Reynolds Red Hat, Inc mreynolds@xxxxxxxxxx |
-- 389 users mailing list 389-users@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/389-users