On 1/22/07, Henning Brauer <[EMAIL PROTECTED]> wrote:
* Darren Spruell <[EMAIL PROTECTED]> [2007-01-21 23:02]:
> I start slapd as follows:
>
> /usr/local/libexec/slapd -f /etc/openldap/slapd.conf -h ldap://127.0.0.1 \
> ldaps://127.0.0.1 -u _openldap -g _openldap
>
> I understand that this should start a TLS listener on port 636 but
> that never happens:
> Is this likely to be a configuration problem or a bug upstream?
local.
/usr/local/libexec/slapd -u _openldap -g _openldap -h "ldap:// ldaps://"
tcp 0 0 *.636 *.* LISTEN
tcp 0 0 *.389 *.* LISTEN
Quotes. Grumble.
Thanks!
DS