<?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: How to implement both AD and LDAP for user authentication? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292687#M5761</link>
    <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18432"&gt;@PaulHomes﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently using direct active directory authentication model. So my only question now is, is it possible to authenticate sas with both Active Directory and IBM Directory server at the same time. I have read &lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n0w8oa3erw568vn192xwf0872npk.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n0w8oa3erw568vn192xwf0872npk.htm&lt;/A&gt;&lt;BR /&gt;which mentions that multiple LDAP servers can be configured. I would like to know if we can configure in such a way that the AD and IBM LDAP server both can be used as authentication providers in the same sas machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also raised a ticket with technical support regarding this. I would like to understand this topic before sas support contact me. Hence the repeated questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2016 09:43:30 GMT</pubDate>
    <dc:creator>Saikrishna979</dc:creator>
    <dc:date>2016-08-19T09:43:30Z</dc:date>
    <item>
      <title>How to implement both AD and LDAP for user authentication?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292396#M5749</link>
      <description>&lt;P&gt;Our SAS VA located on UNIX Environment. currently we are using AD for authenticate a group of people(Eg: UK users). Another group(Eg: US users) of users need authenticate and access the SAS applications, But they are not present in current AD that we are using and present in a LDAP server. So, is this possible to implement both the authentication processes in&amp;nbsp;&lt;STRONG&gt;sasv9_usermods.cfg&amp;nbsp;&lt;/STRONG&gt;(both AD and LDAP)?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As like.&lt;/P&gt;&lt;PRE class="xis-codeFragment"&gt;/*-----------------Active Directory Authentication---------------------- */&lt;BR /&gt;/* Environment variables that describe your Active Directory server  */
-set AD_HOST &lt;SPAN class="xis-userSuppliedValue"&gt;myhost&lt;/SPAN&gt;
/* Define authentication provider  */
-authpd ADIR:mycomapny.com
-primpd mycompany.com&lt;BR /&gt; &lt;BR /&gt;/*------------------------LDAP Authentication--------------------------- */&lt;BR /&gt;/* Environment variables that describe your LDAP server */&lt;BR /&gt;-set LDAP_HOST myhost&lt;BR /&gt;-set LDAP_BASE "ou=emp, o=us"&lt;BR /&gt;/* Define authentication provider */&lt;BR /&gt;-authpd LDAP:mycompany.com&lt;BR /&gt;-primpd aus.mycompany.com&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or is there any other way to achieve this? please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 09:50:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292396#M5749</guid>
      <dc:creator>Saikrishna979</dc:creator>
      <dc:date>2016-08-18T09:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement both AD and LDAP for user authentication?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292404#M5751</link>
      <description>&lt;P&gt;See the &lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n0w8oa3erw568vn192xwf0872npk.htm" target="_self"&gt;How to Configure Direct LDAP Authentication, Multiple LDAP Servers&lt;/A&gt;&amp;nbsp;section in the&amp;nbsp;&lt;EM&gt;SAS 9.4 Intelligence Platform: Security Administration Guide.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also talk to your sysadmin about the possibility of configuring your UNIX platform for authentication against multiple providers and just leave SAS to do host authentication.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 10:47:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292404#M5751</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2016-08-18T10:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement both AD and LDAP for user authentication?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292418#M5756</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18432"&gt;@PaulHomes﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"You could also talk to your sysadmin about the possibility of configuring your UNIX platform for authentication against multiple providers and just leave SAS to do host authentication". could you please&amp;nbsp;elaborate this point in more detail?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 12:11:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292418#M5756</guid>
      <dc:creator>Saikrishna979</dc:creator>
      <dc:date>2016-08-18T12:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement both AD and LDAP for user authentication?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292637#M5760</link>
      <description>&lt;P&gt;I mean that you could consider shifting the burden of authenticating users across&amp;nbsp;multiple providers from the SAS platform layer to the operating system platform layer. If you can configure the&amp;nbsp;UNIX server, where your metadata server runs, to authenticate against multiple providers&amp;nbsp;(and it is appropriately aligned with&amp;nbsp;your IT security policies) then&amp;nbsp;SAS can be configured for&amp;nbsp;simple host authentication. An example could be using SSSD with multiple domains.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another&amp;nbsp;possibility with VA is to shift the authentication to the mid-tier, where there are many authentication configuration options, then&amp;nbsp;use (Trusted) Web Authentication possibly in combination with SAS Token Authenticaiton.&amp;nbsp;Have a read through the &lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n12nk3oh7y2himn141rhgwc800zj.htm" target="_self"&gt;Authentication Mechanisms&lt;/A&gt;&amp;nbsp;section of the&amp;nbsp;&lt;EM&gt;SAS 9.4 Intelligence Platform: Security Administration Guide&lt;/EM&gt;&amp;nbsp;for more background. You may also find the following papers and resources provide you with more&amp;nbsp;ideas:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SAS Global Forum 2014 Paper: &lt;A href="http://support.sas.com/resources/papers/proceedings14/SAS054-2014.pdf" target="_self"&gt;Advanced Security Configuration Options for SAS® 9.4 Web Applications&amp;nbsp;and Mobile Devices&lt;/A&gt; by&amp;nbsp;Heesun Park (SAS Institute)&lt;/LI&gt;
&lt;LI&gt;SAS Global Forum 2014 Paper: &lt;A href="http://support.sas.com/resources/papers/proceedings14/SAS102-2014.pdf" target="_self"&gt;An Advanced Fallback Authentication Framework for SAS® 9.4 and SAS®&amp;nbsp;Visual Analytics&lt;/A&gt; by&amp;nbsp;Zhiyong Li &amp;amp;Mike Roda (SAS Institute)&lt;/LI&gt;
&lt;LI&gt;The&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/bimtag/68217/HTML/default/viewer.htm#n0k64m6cvfcvy1n181b3cwn659kx.htm" target="_self"&gt;SAS Web Server Authentication&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/bimtag/68217/HTML/default/viewer.htm#n1bhp608f0hsoen10i1vi0p9l5f7.htm" target="_self"&gt;Web Authentication&lt;/A&gt;&amp;nbsp;sections in the&amp;nbsp;&lt;EM&gt;SAS 9.4 Intelligence Platform: Middle-Tier Administration Guide&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;As an example of the flexibility that mid-tier authentication can provide &lt;A href="https://platformadmin.com/blogs/paul/2015/01/sas-visual-analytics-guest-access-with-iwa-fallback/" target="_self"&gt;SAS Visual Analytics Guest Access with IWA Fallback&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since there are lots of options around authentication, without an understanding of your environment, SAS product mix, and business requirements it is hard to give specific advice. I would suggest contacting SAS Professional Services or a SAS Partner in your local region if you need more in-depth assistance.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 03:43:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292637#M5760</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2016-08-19T03:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement both AD and LDAP for user authentication?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292687#M5761</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18432"&gt;@PaulHomes﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently using direct active directory authentication model. So my only question now is, is it possible to authenticate sas with both Active Directory and IBM Directory server at the same time. I have read &lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n0w8oa3erw568vn192xwf0872npk.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n0w8oa3erw568vn192xwf0872npk.htm&lt;/A&gt;&lt;BR /&gt;which mentions that multiple LDAP servers can be configured. I would like to know if we can configure in such a way that the AD and IBM LDAP server both can be used as authentication providers in the same sas machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also raised a ticket with technical support regarding this. I would like to understand this topic before sas support contact me. Hence the repeated questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 09:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292687#M5761</guid>
      <dc:creator>Saikrishna979</dc:creator>
      <dc:date>2016-08-19T09:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement both AD and LDAP for user authentication?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292856#M5766</link>
      <description>&lt;P&gt;Have you tried this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-authpd (ADIR:mydomain LDAP:mycompany.com)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more info see the documentation for the &lt;A href="http://support.sas.com/documentation/cdl/en/lesysoptsref/68023/HTML/default/viewer.htm#p1xjcdxjhzcir6n1dd892f1badfr.htm" target="_self"&gt;AUTHPROVIDERDOMAIN System Option&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 21:17:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/292856#M5766</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2016-08-19T21:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement both AD and LDAP for user authentication?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/300034#M6136</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18432"&gt;@PaulHomes﻿&lt;/a&gt; Thanks a lot for your kind support, we are proccedding for test with -authpd (ADIR:mydomain LDAP:mycompany.com).&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 05:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-implement-both-AD-and-LDAP-for-user-authentication/m-p/300034#M6136</guid>
      <dc:creator>Saikrishna979</dc:creator>
      <dc:date>2016-09-22T05:52:17Z</dc:date>
    </item>
  </channel>
</rss>

