[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ACL problem
- To: openldap-software@OpenLDAP.org
- Subject: ACL problem
- From: Feifei Jia <shenmue71@gmail.com>
- Date: Wed, 26 Oct 2005 20:53:37 +0800
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=asOQ/f7QrfEUdE3enRRl2R2F/ccyc0UC0Dyij7BqDeKn0r2uxo4u8JuZgVr2bTHQLMGkaJkAh+ZY2auLuxa4ZP+9s6ay7GLVAIpmpXZv2Uz5Kfqh5QcAJhBxrqgZgvYQDFbYNTVAGe7bOyvcBiaQ1ZaCUbpVMkw8S2+4IOxjkrk=
Hi there,
What I want to do is:
Let the RDN under ou=Admin,dc=com have write permission to the RDN
like uid=foo,ou=People,dc=com
I wrote a ACL like this:
access to dn.regex="^uid=([^,]+),ou=People,dc=com$"
But I don't know how to write the "by" parts, by
dn.regex="^uid=([^,]+),ou=Admin,dc=com$" write ? I'm confused.
Any hints appreciated.
--
Thanks~