OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Installation : Why did 'cd tests; make test' fail? : Are TCP wrappers (tcpd) installed but not configured properly? | |
slapd will attempt to authorize client access using TCP wrappers,
if installed (unless ./configure --without-wrappers).
For tests to complete, localhost access must be allowed. Add the following to the top of your /etc/hosts.allow (location may differ):
slapd : localhost : ALLOW or (depending on the TCP wrapper version):
slapd : localhost
See also: hosts_options(5)
| |
This still won't work if SLAPD_RLOOKUPS isn't defined. Either a) ./configure ... --enable-rlookups Or in /etc/hosts.allow slapd : 127.0.0.1 : ALLOWbll@gentoo.com | |
[Append to This Answer] |
Next: | Are TCP/IP or "localhost" not configured properly? |
|