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

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



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).  That seemed suspicious; so I changed it
to

/usr/local/libexec/slapd -h ldap://ziggy:9009/  ldaps:///  ldapi:///


That worked better, I can now contact that port from other machines, thanks.

Steve
> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Stig Venes
> Sent: Saturday, November 04, 2000 1:41 AM
> To: Steve Collins
> Cc: openldap-software@OpenLDAP. org
> Subject: Re: Can't reach LDAP server on alternate port?
>
>
> On Fri, Nov 03, 2000 at 04:28:19PM -0800, Steve Collins wrote:
> > Sorry, this might be just a system config problem, but I thought I'd ask
> > here.
> >
> ------------------------------------------------------------------
> ----------
> > -------------
> > >From the host "ziggy" (running OpenLDAP 2.0 on port 9009) , I can
> >
> > $ telnet localhost 9009
> > Trying 127.0.0.1...
> > Connected to localhost.localdomain.
> >
> > but cannot
> >
> > $ telnet ziggy 9009
> > telnet: Unable to connect to remote host: Connection refused
> >
> >
> > The same thing works fine on port 389.  Please educate me, Thanks.
>
> How did you tell it to use port 9009. and what version are you running?
> Please also check what netstat says.
>
> Stig
>