[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Running both ldap and ldaps simultaneously
take a look in man 8 slapd:
slapd -h "ldap:/// ldaps:///"
Bryan Payne schrieb:
I’m trying to run both ldap:// and ldaps:// at the same time. Reason
being, I can’t get phpldapadmin to use ldaps. If I execute the
command: /usr/local/openldap/libexec/slapd -u ldap -h ldap:///
ldaps:///, it just listens on 389. If I run,
/usr/local/openldap/libexec/slapd -u ldap -h ldaps:/// ldap:///, it
just listens on 636. How can I get it to listen on both ports?