<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>how to configure apacheDS Ldap with the appian? In general any Ldap with Appian.</title><link>https://community.appian.com/discussions/f/general/824/how-to-configure-apacheds-ldap-with-the-appian-in-general-any-ldap-with-appian</link><description>how to configure apacheDS Ldap with the appian? In general any Ldap with Appian. Could some one suggest any documentation on the steps involved. I checked in the dopcuments and ended up here: forum.appian.com/.../Authentication Need some more clarity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to configure apacheDS Ldap with the appian? In general any Ldap with Appian.</title><link>https://community.appian.com/thread/3707?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2013 17:32:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d3015e1-e5d2-46be-8aa4-78b731d428a4</guid><dc:creator>Eric</dc:creator><description>1. You need to have the user account in your LDAP system and Appian. Spring Security will authenticate the user against LDAP, but will fail to log the user into Appian as there is no user account. You will probably want to do one of the following:&lt;br /&gt;&lt;br /&gt;Create Appian user accounts in a scheduled process based on an LDAP query by utilizing the &amp;quot;LDAP User Profile Sync with Usernames&amp;quot; smart service plugin in the Shared Components.&lt;br /&gt;&lt;br /&gt;Create Appian user accounts during the authentication process once it is determined that the user has authenticated, but they do not have an Appian account. You would need to write a custom method and integrate it into your Spring Security setup to do this.&lt;br /&gt;&lt;br /&gt;Determining which of those to use really depending on your specific requirements.&lt;br /&gt;&lt;br /&gt;2. One way to provide a different userDn and Password would be to set the serverA and serverB entries into two separate authentication providers.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to configure apacheDS Ldap with the appian? In general any Ldap with Appian.</title><link>https://community.appian.com/thread/3705?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2013 17:00:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:924732b8-b8fc-4648-b3d8-2e678d789a31</guid><dc:creator>mohanp</dc:creator><description>@sathya and @eric, i have few general interest questions :&lt;br /&gt;As we have two authentication-provider in spring-securuty-03-....xml file&lt;br /&gt;1) appianAuthenticationProvider&lt;br /&gt;2)ldapAuthenticationProvider&lt;br /&gt;&lt;br /&gt;suppose say i have user X in LDAP but not in appian and now i am trying to login to appian using X credentials&lt;br /&gt;is User X will have permission to log into the system? or &lt;br /&gt;is it compulsory that we need to sync this user into our appian?&lt;br /&gt;Where search will happend first in appian or LDAP?&lt;br /&gt;&lt;br /&gt;Suppose we have multiple LDAP server then we need use a space between each LDAP server, such as: value="ldap://serverA:389/DC=abc,DC=uk ldap://serverB:389/DC=abc"  in this case&lt;br /&gt;my assumption is diffrent ldap are on diffrent machine. am i right?&lt;br /&gt;if yes then how we will provide diffrent userDn and Password.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to configure apacheDS Ldap with the appian? In general any Ldap with Appian.</title><link>https://community.appian.com/thread/2754?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2013 16:36:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:47d2862d-e3ae-4fb6-a3bb-17841ef62e42</guid><dc:creator>Eric</dc:creator><description>If you are trying to use your LDAP system for authentication then you are on the right track. Appian utilizes Sprint Security as its authentication framework and the documentation you were looking at has an example of configuring Spring Security to allow users to login with their LDAP credentials.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/wiki/72/Authentication#LDAP_Integration_Example"&gt;forum.appian.com/.../Authentication&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you are trying to sync users in Appian with those in your LDAP system I would suggest taking a look at the &amp;quot;LDAP User Profile Sync with Usernames&amp;quot; smart service plugin in the Shared Components.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to configure apacheDS Ldap with the appian? In general any Ldap with Appian.</title><link>https://community.appian.com/thread/2752?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2013 16:32:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:332e5689-bb6b-49c3-bc49-6c7d9e5ce5b3</guid><dc:creator>Sathya Srinivasan</dc:creator><description>You will have to update the spring-security-03-auth-mgr.xml file with spring-security-03-auth-mgr-override.xml file (add a new file) and configure your LDAP settings there.  This file is under \\appian72\\ear\\suite.ear\\web.war\\WEB-INF\\conf\\security folder.&lt;br /&gt;The example given in the above link should help.  &lt;br /&gt; You also would require LDAP sync plugin to snyc users from yoru LDAP provider into Appian.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>