[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: New problem is ports I think
start slapd with ' -h "ldap:// ldaps://" ' and it will listen on both ports.
Clients can connect however they wish - plaintext on 389, plaintext
w/StartTLS on 389, or SSL on 636.
Oops. Jumped the gun on that one.
From the man page on slapd.conf:
argsfile <filename>
The ( absolute ) name of a file that will hold the
slapd server's
command line options if started without the debugging
command line
option.
Drat! :(
The argsfile suggests that the server *is* being started thus.
To whit:
[root@enigma init.d]# cat /var/run/ldap/slapd.args
/usr/sbin/slapd -u ldap -g ldap -l LOCAL2 -s 0 -h ldap:/// ldaps:///
[root@enigma init.d]#
Uh.... does 3 backslashes seem odd to you? Prehaps there is a bug in my
startup script.