[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
userPassword ACL for radius account
- To: Openldap-software@OpenLDAP.org
- Subject: userPassword ACL for radius account
- From: Scott Walker <scott.walker@magma.ca>
- Date: Thu, 15 Jul 2004 12:09:57 -0400
- Organization: Magma Communications Ltd.
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
Hi all,
I need to allow my radius server's local radius userid access to
everyones passwd in the directory for dial-up authentication. The
radius account is not in the directory.
Would something simple in the first acl like: by dn="radius" read work?
# ACL
access to attr=userPassword
by dn="cn=admin,o=domain" read
by self read
by anonymous auth
by * none
access to *
by * read
Anyone be able to provide ideas/examples of ACL's. Running
OL 2.2.13, BDB4.2.52(patched)
Thank you,
Scott