<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Configuring Web Authentication for Mobile BI LDAP user login in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Configuring-Web-Authentication-for-Mobile-BI-LDAP-user-login/m-p/281467#M5360</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The realm definitions in server.xml totally depend on what attributes are supported by your LDAP. By ADFS, do you mean Active Directory Federation Services?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In any case a sample Realm for Active Directory LDAP would look like this:'&lt;/P&gt;&lt;P&gt;&amp;lt;Realm className="org.apache.catalina.realm.JNDIRealm" debug="true" allRolesMode="authOnly"&lt;BR /&gt;connectionName="CN=username,OU=Organization unit,DC=sample,DC=com"&lt;BR /&gt;connectionPassword="password"&lt;BR /&gt;connectionURL="ldap://xxx.sss.com:389"&lt;BR /&gt;userSearch="(sAMAccountName={0})"&lt;BR /&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another one could be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="page"&gt;&lt;DIV class="pageData"&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;lt;Realm className="org.apache.catalina.realm.LockOutRealm"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Realm className="org.apache.catalina.realm.JNDIRealm"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;allRolesMode="authOnly"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;connectionURL="ldap://sample.demo.com"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;userPattern="{0}@sample.demo.com"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;lt;/Realm&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;It again totally depends on what attributes are supported by your LDAP and you can use tools like ldapsearch to identify the correct pattern for user search in your LDAP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Also here is an external link on some JNDI Realms, for reference&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.apache.org/tomcat/JNDI_HowTo" target="_blank"&gt;https://wiki.apache.org/tomcat/JNDI_HowTo&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2016 15:12:04 GMT</pubDate>
    <dc:creator>msinga</dc:creator>
    <dc:date>2016-06-30T15:12:04Z</dc:date>
    <item>
      <title>Configuring Web Authentication for Mobile BI LDAP user login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configuring-Web-Authentication-for-Mobile-BI-LDAP-user-login/m-p/280988#M5345</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can not login through SAS Mobile BI App using LDAP user Login, so as a solution I am following below mentioned link for&amp;nbsp;Configuring Web Authentication,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bimtag/68217/HTML/default/viewer.htm#n1bhp608f0hsoen10i1vi0p9l5f7.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/bimtag/68217/HTML/default/viewer.htm#n1bhp608f0hsoen10i1vi0p9l5f7.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;for second maintenance release in step 14 where can I find required information? we have ADFS server in place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thnaks&amp;amp;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 06:36:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configuring-Web-Authentication-for-Mobile-BI-LDAP-user-login/m-p/280988#M5345</guid>
      <dc:creator>nishukhawale</dc:creator>
      <dc:date>2016-06-29T06:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Web Authentication for Mobile BI LDAP user login</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configuring-Web-Authentication-for-Mobile-BI-LDAP-user-login/m-p/281467#M5360</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The realm definitions in server.xml totally depend on what attributes are supported by your LDAP. By ADFS, do you mean Active Directory Federation Services?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In any case a sample Realm for Active Directory LDAP would look like this:'&lt;/P&gt;&lt;P&gt;&amp;lt;Realm className="org.apache.catalina.realm.JNDIRealm" debug="true" allRolesMode="authOnly"&lt;BR /&gt;connectionName="CN=username,OU=Organization unit,DC=sample,DC=com"&lt;BR /&gt;connectionPassword="password"&lt;BR /&gt;connectionURL="ldap://xxx.sss.com:389"&lt;BR /&gt;userSearch="(sAMAccountName={0})"&lt;BR /&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another one could be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="page"&gt;&lt;DIV class="pageData"&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;lt;Realm className="org.apache.catalina.realm.LockOutRealm"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Realm className="org.apache.catalina.realm.JNDIRealm"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;allRolesMode="authOnly"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;connectionURL="ldap://sample.demo.com"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;userPattern="{0}@sample.demo.com"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;&amp;lt;/Realm&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&lt;SPAN class="cs53F207AF"&gt;It again totally depends on what attributes are supported by your LDAP and you can use tools like ldapsearch to identify the correct pattern for user search in your LDAP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="csFBF7D232"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Also here is an external link on some JNDI Realms, for reference&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.apache.org/tomcat/JNDI_HowTo" target="_blank"&gt;https://wiki.apache.org/tomcat/JNDI_HowTo&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 15:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configuring-Web-Authentication-for-Mobile-BI-LDAP-user-login/m-p/281467#M5360</guid>
      <dc:creator>msinga</dc:creator>
      <dc:date>2016-06-30T15:12:04Z</dc:date>
    </item>
  </channel>
</rss>

