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

RE: Can't reach LDAP server on alternate port?



At 06:46 AM 11/5/00 -0800, Steve Collins wrote:

>Hi Stig,
>        thanks for the response. I had been starting slapd with
>
>/usr/local/libexec/slapd -h ldap://127.0.0.1:9009/  ldaps:///  ldapi:///
>
>(exactly like the man page says). 

slapd(8):
  It will bind 127.0.0.1:9009 for LDAP, INADDR_ANY:636 for LDAP over TLS,
  and LDAP over IPC (Unix domain sockets).  

If you want to bind to INADDR_ANY:9009, use ldap://0.0.0.0:9009/.