[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ACL: access to all values vs. to value
- To: openldap-technical@openldap.org
- Subject: ACL: access to all values vs. to value
- From: Dora Paula <deepee@gmx.net>
- Date: Thu, 09 Aug 2012 18:25:14 +0200
- User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1
Hi list,
is there a possibility to create an acl statement that grants access to
any (unknown) value of an attribute but denys access to all values of
the same attribute?
For example:
# allow this:
dn: cn=PersonA,ou=persons,o=test
changetype: modify
delete: description
description: PersonA's description
# deny this:
dn: cn=PersonA,ou=persons,o=test
changetype: modify
delete: description
-
Thank you very much.