| 
 | 
 
 | 
| 
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 : ALLOW
        bll@gentoo.com | |
| [Append to This Answer] | 
| Next: | 
 | 
  | ||||||||