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

Re: contact ldap via ssl - won't do



Christian Guenther wanted us to know:

>	daemon ${slapd} -u ldap -h '"ldap://0.0.0.0:389/ \
>		ldaps://0.0.0.0:639/"' $OPTIONS $SLAPD_OPTIONS
>Maybe I just have the wrong port or so???

It's not the standard ldaps port, but if you specify port 639 when you
perform the client actions, then it will work just fine.  To use the
standard ports, just do:
  daemon ${slapd} -u ldap -h "ldap:/// ldaps:/// $OPTIONS $SLAPD_OPTIONS
-- 
Blue skies...		Todd