[
https://issues.apache.org/jira/browse/DIRSERVER-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre-Arnaud Marcelot closed DIRSERVER-1410.
---------------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0-RC1
Fixed in trunk and in the schema branch.
http://svn.apache.org/viewvc?rev=817980&view=rev
http://svn.apache.org/viewvc?rev=817981&view=rev
> 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
> Affects Versions: 1.5.5
> Reporter: Pierre-Arnaud Marcelot
> Assignee: Pierre-Arnaud Marcelot
> Fix For: 2.0.0-RC1
>
>
> 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.