On Sat, Mar 12, 2011 at 5:44 AM, Afkham Azeez <[email protected]> wrote:
> This is mail is targeted at all devs who introduced config files to Carbon.
> If you config files contain port definitions, you must provide
> the functionality for users to override those using an entry in the
> carbon.xml ports section.
> Also,  others who introduced ports into random places in the carbon.xml
> file, now is the time to clean it up, and use the ports section to define
> the ports.
>
> --
> Afkham Azeez
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>
> Member; Apache Software Foundation; http://www.apache.org/
> email: [email protected] cell: +94 77 3320919
> blog: http://blog.afkham.org
> twitter: http://twitter.com/afkham_azeez
> linked-in: http://lk.linkedin.com/in/afkhamazeez
>
> Lean . Enterprise . Middleware
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>

As per above mail, LDAP server component is now reading ports from
$CARBON_HOME/repository/conf/carbon.xml.
Both LDAP server port and KDC port can be changed in carbon.xml's
following configuration sections,

<Ports>
        <!-- Embedded LDAP server specific ports -->
        <EmbeddedLDAP>
            <!-- Port which embedded LDAP server runs -->
            <LDAPServerPort>10389</LDAPServerPort>
            <!-- Port which KDC (Kerberos Key Distribution Center)
server runs -->
            <KDCServerPort>8000</KDCServerPort>
        </EmbeddedLDAP>
    </Ports>

Changes are committed to trunk.

Thanks
AmilaJ
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to