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

RE: slapd only serves first protocol ldap:/// or ldaps:/// over default interface?



Hi Jeff,

The listener list must be presented as a single parameter. Do this by
quoting the list, as in:

/usr/local/openldap/libexec/slapd -f
/usr/local/openldap/etc/openldap/slapd.conf -h "ldap:/// ldaps:///"  

Hope this helps...

Matthew Hardin
Symas Corporation
Packaged, certified, and supported OpenLDAP® distributions:
http://www.symas.com

-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org] On Behalf Of Jeff Saxton
Sent: Friday, July 30, 2004 2:05 PM
To: openldap-software@OpenLDAP.org
Subject: slapd only serves first protocol ldap:/// or ldaps:/// over default
interface?

@(#) $OpenLDAP: slapd 2.1.30
 
This is funny, I can't seem to get it to listen on  both ldap:/// and
ldaps:/// 
when I start the daemon it only starts listening on the first option to -h
either ldap:/// on port 389 or ldaps:/// on port 636.
 
[...]