Patch to allow the configurability of the LDAP attrbute used to search the accounts. Jtrac version 2.1.0
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
Log in to post a comment.
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