You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2009/09/22 14:52:16 UTC

[jira] Updated: (DIRSERVER-1410) Default LDAPS port is set to 10686 instead of 10636 in server.xml

     [ https://issues.apache.org/jira/browse/DIRSERVER-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSERVER-1410:
----------------------------------------------

    Affects Version/s: 1.5.5

> 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
>
> Default LDAPS port is set to 10686 instead of 10636 in server.xml
>   <ldapServer id="ldapServer"
>             allowAnonymousAccess="false"
>             saslHost="ldap.example.com"
>             saslPrincipal="ldap/ldap.example.com@EXAMPLE.COM"
>             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.