...
Code Block | ||||
---|---|---|---|---|
| ||||
<bean id="userSearch" class="org.acegisecurity.ldap.search.FilterBasedLdapUserSearch"> <constructor-arg index="0" value="DC=mycompany,DC=com" /> <constructor-arg index="1"> <value>(sAMAccountName={0})</value> </constructor-arg> <constructor-arg index="2"> <ref local="initialDirContextFactory" /> </constructor-arg> <property name="searchSubtree" value="true" /> </bean> |
Group names in the security configuration
Depending on your Active Directory configuration, you also need to change the group names of authorized users in pentaho-solutions/system/pentaho.xml
and pentaho-solutions/system/applicationContext-acegi-security.xml
.
References
SEC-130: Support for Active Directory logins
How to login with a Windows Domain account
Javadoc for javax.naming.Context