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

Re: OpenLDAP on a Private IP



Le mar 29/04/2003 à 22:38, Jeffrey Corbit a écrit :
> I have OpenLDAP 2.0.7 running with Netmeeting Directory Kit.  All is well,
> except for the fact that I don't want the server to be publicly accessible.
> This server is only for employees on the intranet.
> 
> Can anyone tell me how to instruct OpenLDAP to listen only on the private IP
> range?


Use an IP firewall, or start slapd with 
        slapd -h ldap://xxx.xxx.xxx.xxx
where xxx.xxx.xxx.xxx is the IP of the host running slapd on the private
network

(http://www.openldap.org/doc/admin21/security.html#Network%20Security)

But I think using an IP firewall is never a bad idea

Francois