Calvin Liu writes: > I've configured my slapd to use SSL. The startup is ok. And I can query > with command "ldapsearch -x -h <host> -b ''". But actually, it doesn't > listen to port 636. slapd.conf isn't everything; you need to tell slapd to listen to SSL on the command line too: libexec/slapd -h 'ldap:/// ldaps:///'