[jboss-jira] [JBoss JIRA] Resolved: (JBPORTAL-1230) LDAP identity module can lookup the base context from JNDI instead of using directly the LDAP infos.
Boleslaw Dawidowicz (JIRA)
jira-events at jboss.com
Tue Feb 6 19:29:19 EST 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-1230?page=all ]
Boleslaw Dawidowicz resolved JBPORTAL-1230.
-------------------------------------------
Resolution: Done
to use it you just need to setup ldap datasource in identity-configuration.xml like this:
<datasource>
<name>LDAP</name>
<config>
<option>
<name>externalContextJndiName</name>
<value>external/ldap/jboss</value>
</option>
</config>
</datasource>
Docs were updated on this
> LDAP identity module can lookup the base context from JNDI instead of using directly the LDAP infos.
> ----------------------------------------------------------------------------------------------------
>
> Key: JBPORTAL-1230
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-1230
> Project: JBoss Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Affects Versions: 2.6 Final, 2.6.Alpha1, 2.6.Beta1, 2.6.CR1, 2.6.Alpha2
> Reporter: Julien Viet
> Assigned To: Boleslaw Dawidowicz
> Fix For: 2.6 Final
>
>
> Identity LDAP module could be configured using a JNDI lookup to find out the base LDAP context to use instead on relying on the explicit configuration information.
> The use case is that environment can already provide an access to LDAP through JNDI (federated JNDI context in JBoss).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list