Menu

#21 LDAP Authentication Patch

open-works-for-me
nobody
None
5
2008-08-25
2008-08-25
ganzuoni
No

Patch to allow the configurability of the LDAP attrbute used to search the accounts.
Jtrac version 2.1.0

Discussion

  • ganzuoni

    ganzuoni - 2008-08-25
    • status: open --> open-works-for-me
     
  • Peter Thomas

    Peter Thomas - 2008-09-02

    Logged In: YES
    user_id=523749
    Originator: NO

    Attaching patch on behalf of ganzuoni, message follows:

    In the attached zip the three source files.

    I have modified applicationContext-acegi.xml to include the added property
    <bean id="authenticationManager" class="info.jtrac.config.ProviderManagerFactoryBean">
    <property name="jtrac" ref="jtrac"/>
    <property name="ldapUrl" value="${ldap.url}"/>
    <property name="activeDirectoryDomain" value="${ldap.activeDirectoryDomain}"/>
    <property name="searchBase" value="${ldap.searchBase}"/>
    <property name="searchKey" value="${ldap.searchKey}"/>
    <property name="authenticationProvider" ref="authenticationProvider"/>
    </bean>

    and jtrac.properties as follows:
    ldap.searchKey=cn

    Guido
    File Added: jtrac-ldap-patch.zip

     
  • Peter Thomas

    Peter Thomas - 2008-09-02
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.