[Date Prev][Date Next] [Chronological] [Thread] [Top]

userPassword ACL for radius account



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