On Mon, 12 Feb 2007, Douglas B. Jones wrote:
slapd -h ldap://:100/ -h ldap://:200/
It always only comes up on port 100, never sees port 200. If I swap the numbers, then port 200 comes up and not 100. I am not sure what I am missing. Thanks for any help!
Try slapd -H 'ldap://:100/ ldap://:200/'
(Notice the single argument.)