<?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 configuring Multiple AD server using LDAP in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configuring-Multiple-AD-server-using-LDAP/m-p/590278#M17275</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52993"&gt;@AnandVyas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your quick response. Right now we are doing this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-set AD_HOST_ABC ABC.in&lt;BR /&gt;-set AD_HOST_XYZ xyz.XX.XX.in&lt;BR /&gt;-authpd (ADIR:ABC, ADIR:XYZ)&lt;BR /&gt;-set AD_PORT 389&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you recommend the changes we should do in above. we are on Linux Os.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;</description>
    <pubDate>Fri, 20 Sep 2019 06:35:26 GMT</pubDate>
    <dc:creator>ASHISH2525</dc:creator>
    <dc:date>2019-09-20T06:35:26Z</dc:date>
    <item>
      <title>How to configuring Multiple AD server using LDAP</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configuring-Multiple-AD-server-using-LDAP/m-p/590263#M17273</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have two AD servers XYZ.COM &amp;amp; ABC.COM.&lt;BR /&gt;WE have configured LDAP configuration in SASV9_USERMODE.CFG in metadata.&lt;/P&gt;&lt;P&gt;if we attempt to use one at a time it works but when we try to use both at same time. we are only able to login through second one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-set AD_HOST XYZ.COM&lt;BR /&gt;-set AD_PORT 389&lt;BR /&gt;-authpd ADIR:XYZ.COM&lt;BR /&gt;-primpd XYZ.COM&lt;/P&gt;&lt;P&gt;-set AD_HOST ABC.COM&lt;BR /&gt;-set AD_PORT 389&lt;BR /&gt;-authpd ADIR:ABC.COM&lt;BR /&gt;-primpd ABC.COM&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/sasconf/Lev1/SASMeta/MEATADAServer&lt;/P&gt;&lt;P&gt;Sasv9_usermod.cfg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 05:21:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configuring-Multiple-AD-server-using-LDAP/m-p/590263#M17273</guid>
      <dc:creator>ASHISH2525</dc:creator>
      <dc:date>2019-09-20T05:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to configuring Multiple AD server using LDAP</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configuring-Multiple-AD-server-using-LDAP/m-p/590270#M17274</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151178"&gt;@ASHISH2525&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you try the format provided in the admin guide?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=n0w8oa3erw568vn192xwf0872npk.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0oa5gj8lu1n99n1y1bx81q4um7h"&gt;https://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=n0w8oa3erw568vn192xwf0872npk.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0oa5gj8lu1n99n1y1bx81q4um7h&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Multiple LDAP Servers&lt;/P&gt;&lt;DIV class="xis-topicContent"&gt;&lt;DIV class="xis-paragraph"&gt;SAS can recognize multiple LDAP servers as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ng-scope"&gt;&lt;A href="https://documentation.sas.com/" target="_blank" rel="noopener"&gt;&lt;SPAN class="xis-glossTerm ng-scope"&gt;authentication providers&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;, regardless of whether there are trust relationships among those servers.&lt;/DIV&gt;&lt;DIV class="xis-paragraph"&gt;For example, to cause the metadata server to search three Active Directory servers (AD1, AD2, and AD3) when authenticating users, set the AUTHPROVIDERDOMAIN system option as follows:&lt;PRE class="xis-codeFragment"&gt;-authpd (ADIR:AD1, ADIR:AD2, ADIR:AD3)&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class="xis-paragraph"&gt;To enable SAS to locate all three LDAP servers, supply information about each server through associated environment variables. To indicate which LDAP server each variable describes, append the server's name to the variable name. For example, with the preceding AUTHPD syntax, you might set server-specific variables as follows:&lt;PRE class="xis-codeFragment"&gt;set AD_HOST_AD1=machine1.company1.com
set AD_HOST_AD2=machine1.company2.com
set AD_HOST_AD3=machine1.company3.com&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;AUTHPROVIDERDOMAIN=(&lt;SPAN class="xis-userSuppliedValue"&gt;provider&lt;/SPAN&gt;:&lt;SPAN class="xis-userSuppliedValue"&gt;domain-name&lt;/SPAN&gt;)&lt;DIV class="xis-argumentDescription"&gt;&lt;P class="xis-paraSimpleFirst"&gt;specifies an alternative authentication provider. When the AUTHPROVIDERDOMAIN parameter is omitted from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ng-scope"&gt;&lt;A href="https://documentation.sas.com/" target="_blank" rel="noopener"&gt;&lt;SPAN class="xis-glossTerm ng-scope"&gt;metadata server&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;start command, the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ng-scope"&gt;&lt;A href="https://documentation.sas.com/" target="_blank" rel="noopener"&gt;&lt;SPAN class="xis-glossTerm ng-scope"&gt;metadata&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;server uses host authentication to authenticate users. AUTHPD is an alias for AUTHPROVIDERDOMAIN.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="xis-xrefSee"&gt;&lt;SPAN class="xis-xrefText"&gt;For usage information, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A title="" href="https://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p1k1qcvnbfsy0en1lzbiztlgt264.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;Direct LDAP Authentication&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;SAS Intelligence Platform: Security Administration Guide&lt;/I&gt;&lt;SPAN class="xis-xrefText"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="xis-note"&gt;&lt;SPAN class="xis-noteGenText"&gt;Note:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;In UNIX operating environments, you must insert an escape character before each parenthesis. For example:&lt;CODE class="xis-codeVarValue"&gt;-authproviderdomain = \(ADIR:MyDomain\)&lt;/CODE&gt;&lt;/DIV&gt;&lt;DIV class="xis-note"&gt;&lt;CODE class="xis-codeVarValue"&gt;&lt;/CODE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Sep 2019 05:57:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configuring-Multiple-AD-server-using-LDAP/m-p/590270#M17274</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2019-09-20T05:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to configuring Multiple AD server using LDAP</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configuring-Multiple-AD-server-using-LDAP/m-p/590278#M17275</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52993"&gt;@AnandVyas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your quick response. Right now we are doing this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-set AD_HOST_ABC ABC.in&lt;BR /&gt;-set AD_HOST_XYZ xyz.XX.XX.in&lt;BR /&gt;-authpd (ADIR:ABC, ADIR:XYZ)&lt;BR /&gt;-set AD_PORT 389&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you recommend the changes we should do in above. we are on Linux Os.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 06:35:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configuring-Multiple-AD-server-using-LDAP/m-p/590278#M17275</guid>
      <dc:creator>ASHISH2525</dc:creator>
      <dc:date>2019-09-20T06:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to configuring Multiple AD server using LDAP</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configuring-Multiple-AD-server-using-LDAP/m-p/590282#M17276</link>
      <description>Can try this?&lt;BR /&gt;&lt;BR /&gt;-authpd \(ADIR:ABC, ADIR:XYZ\)&lt;BR /&gt;-set AD_HOST_ABC ABC.in&lt;BR /&gt;-set AD_HOST_XYZ XYZ.xx.xx.in&lt;BR /&gt;-set AD_PORT 389</description>
      <pubDate>Fri, 20 Sep 2019 06:56:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configuring-Multiple-AD-server-using-LDAP/m-p/590282#M17276</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2019-09-20T06:56:50Z</dc:date>
    </item>
  </channel>
</rss>

