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

Re: granting/denying access based on client ip address



"Stanley Ho" <ho_open_ldap@yahoo.com> wrote...
> hi , everybody
>
> IS there a way to grant/deny access to your ldapserver
>
> based on client ip address??

openldap1.2.X:
access to foo
    by addr=1.2.3.4 write
    by addr=2.3.4.5 read
    by * none

openldap2.0.X:
access to foo
    by peername="IP=1\.2\.3\.4" write
    by peername="IP=2\.3\.4\.5" read
    by * none

daniel