Default LDAPS port is set to 10686 instead of 10636 in server.xml
-----------------------------------------------------------------
Key: DIRSERVER-1410
URL: https://issues.apache.org/jira/browse/DIRSERVER-1410
Project: Directory ApacheDS
Issue Type: Bug
Reporter: Pierre-Arnaud Marcelot
Assignee: Pierre-Arnaud Marcelot
Default LDAPS port is set to 10686 instead of 10636 in server.xml
<ldapServer id="ldapServer"
allowAnonymousAccess="false"
saslHost="ldap.example.com"
saslPrincipal="ldap/[email protected]"
searchBaseDn="ou=users,ou=system"
maxTimeLimit="15000"
maxSizeLimit="1000">
<transports>
<tcpTransport address="0.0.0.0" port="10389" nbThreads="8" backLog="50"
enableSSL="false"/>
>>>>> <tcpTransport address="localhost" port="10686" enableSSL="true"/>
</transports>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.