[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
re:tcp_wrappers & openldap .11
- To: <openldap-software@OpenLDAP.org>
- Subject: re:tcp_wrappers & openldap .11
- From: Jie Gao <J.Gao@isu.usyd.edu.au>
- Date: Sun, 29 Jul 2001 15:51:07 +1000 (EST)
- Fax: +61 (0)2 9351 5001(W)
- Organisation: The University of Sydney
- Telephone: +61 (0)2 9351 5769(W)
> Hi All,
>
> I have been trying to upgrade from 2.0.7 to .11.
>
> openldap-2.0.11 + tcp_wrappers-7.6-15 on Red Hat 7.0
> ----------------------------------------------------
>
> /etc/hosts.allow:
> ----------------
>
> ALL: LOCAL
> slapd: .usyd.edu.au localhost
>
> /var/log/local4:
> ---------------
>
> Jul 20 07:43:49 pilum slapd[3181]: fd=10 host access from unknown (129.78.64.xx) denied.
> Jul 20 07:44:04 pilum slapd[3181]: fd=10 host access from unknown (129.78.64.xx) denied.
>
> The host itself can resolve 129.78.64.xx (a client machine within the usyd.edu.au
> domain) without any problem.
>
> The same setup works OK with 2.0.7.
>
> What's changed in Version .11?
It seems .11 doesn't work with host names: I changed the /etc/hosts.allow to
slapd: 127. 129.78.
and it all started to work.
Jie