Hello, Iam try to integrate APPIAN 7.4 with LDAP 2003, We have created a gr

Hello,
Iam try to integrate APPIAN 7.4 with LDAP 2003, We have created a group in LDAP, and added the SA. But iam getting badcredentials exception. Let me know if anything is missing.

My configuration is mentioned below:

<constructor-arg value="ldap://corp.name.net:389/DC=corp,DC=name,DC=net"/>
<property name="userDn" value="Sa-Appian"/>
<property name="password" value="test123"/>
</bean>
<bean id="userSearch_lds" class="org.springframework.security.ldap.search.FilterBasedLdapUserSearch">
<constructor-arg index="0" value=""/>
<constructor-arg index="1" value="(&amp;(sAMAccountName={0})(memberof=OU=Appian_Users,DC=corp,DC=name,DC=net))"/>
...

OriginalPostID-100824

OriginalPostID-100824

  Discussion posts and replies are publicly visible