[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: acl help access to 'own' attributes (paid support)
- To: openldap-technical <openldap-technical@openldap.org>
- Subject: RE: acl help access to 'own' attributes (paid support)
- From: "Marc Roos" <M.Roos@f1-outsourcing.eu>
- Date: Thu, 28 Nov 2019 10:10:30 +0100
- Content-disposition: inline
- In-reply-to: <"H000007100158244.1574890902.sx.f1-outsourcing.eu*"@MHS>
Paid support is also welcome.
-----Original Message-----
To: openldap-technical
Subject: acl help access to 'own' attributes
Can anyone help how I should make the acls that allows users[2] access
attributes of ldap entries[1] that have themselves listed in the
attribute value sendmailMTAMapValue
Something like:
Access to children? ou=xxxx,ou=dddd,ou=cccc,dc=bbbb,dc=aaaa,dc=local
filter=(sendmailMTAMapValue=VAR1) attrs=sendmailMTAKey
by uid=VAR1,ou=yyyy,ou=dddd,ou=cccc,dc=bbbb,dc=aaaa,dc=local read
[1]
dn:
sendmailMTAKey=test@example.com,ou=xxxx,ou=dddd,ou=cccc,dc=bbbb,dc=aaaa,
dc=local
objectClass: sendmailMTA
objectClass: sendmailMTAMap
objectClass: sendmailMTAMapObject
objectClass: ritAdditionalInfo
sendmailMTAMapName: virtuser
sendmailMTACluster: mail
sendmailMTAKey: test@example.com
sendmailMTAMapValue: testuser
[2]
uid=testuser,ou=yyyy,ou=dddd,ou=cccc,dc=bbbb,dc=aaaa,dc=local