[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Access control with password
+++ prakash modak [Wed, Mar 31, 2004 at 04:05:29PM CEST]:
>
> i'm using OPenladp with qmail+vpopmail on RH 7.1,
> i'm using addressbook of vpopmail users,
>
> i want to authentacate that addressbook ,
> how can i do that????
access to dn=ou=abook,dc=bla,dc=de
by dn=cn=admanager,dc=bla,dc=de write
by users read
With this ACL you have to authenticate yourself for addressbook
querys.
ldapsearch -D "uid=myuser,ou=people,dc=bla,dc=de" -W...
Regards
Frank