On Sun, Mar 13, 2011 at 1:27 PM, Afkham Azeez <az...@wso2.com> wrote: > > > On Mon, Mar 14, 2011 at 1:32 AM, Amila Jayasekara <ami...@wso2.com> wrote: >> >> On Sat, Mar 12, 2011 at 5:44 AM, Afkham Azeez <az...@wso2.com> 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: az...@wso2.com 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 >> > Carbon-dev@wso2.org >> > 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> > This 10389 port needs to be changed in 2 XML files I think. What if we keep those commented out, with instructions for advanced users, in those files, and default to the values specified in the carbon.xml file?
Hi Azeez, I didnt understand your question completely. We need to specify LDAP port in carbon.xml (for LDAP server) and usr-mgt.xml (For user manager). Are you suggesting to read LDAP port for user manager from carbon.xml ? Thanks AmilaJ > >> >> <!-- Port which KDC (Kerberos Key Distribution Center) >> server runs --> >> <KDCServerPort>8000</KDCServerPort> >> </EmbeddedLDAP> >> </Ports> >> >> Changes are committed to trunk. >> >> Thanks >> AmilaJ > > > > -- > Afkham Azeez > Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, > > Member; Apache Software Foundation; http://www.apache.org/ > email: az...@wso2.com 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 Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev