ACI with groupdn and PTA
807573Oct 20 2008 — edited Oct 30 2008I am using Pass thru authentication with DS 5.2 connecting to AD for authentication. Now I need to write ACI based on group. Something like
(targetattr = "*") (version 3.0;acl "allow-write-for-grp";allow (write)(groupdn = "ldap:///cn=group1,ou=group,dc=abc,dc=com");)
as the user is authenticated using Pass thru authentication, the local server doesnt have the infomation on groups.
Any suggestions ?