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

Re: hosts.deny is preventing access to LDAP



<quote who="Brian Johnson">
> I have a problem that I can't seem to solve
>
> Whenever I enable hosts.deny with ALL: ALL I can't connect to the
> linux box from a remote box

your openldap is configured to use tcp wrappers. you
can reconfigure it and exclude --enable-wrappers
or use --disable-wrappers to turn it off. then recompile
and reinstall ..

or i imagine you could put something like:

slapd: ALL@ALL

in /etc/hosts.allow for it to work. ..i don't use tcp wrappers much
i prefer to firewall. ipchains for my linux boxes and ipf for my
solaris boxes

nate