<?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 do I configure Multiple LDAP Server for Metadata Server with different hosts? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-I-configure-Multiple-LDAP-Server-for-Metadata-Server-with/m-p/459913#M13035</link>
    <description>&lt;P&gt;I suppose you might want to think about the higher intent here and try provide some more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the problem you are attempting to solve, try provide some context.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eg. The company I work for just aquired a new company. Users are now split across two active directory domains which are not in the same forest. The SAS team need to update our existing configuration to allow users from both Active Directory domains to be autheticated and use SAS using their existing domain accounts. How might we configure the SAS Metadata Server to authenitcate users from two different Active Directory domains?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If its something like two district Active Directory setups then I'd not use the LDAP bits inside SAS but rather configure sasauth to use PAM then simply just have my Linux/UNIX system administrators ensure the krb5 configuration on that system is able to talk to both KDCs for those two realms and SAS will seamlessly authenticate both annie@REALMA.COMPANY and bob@REALMB.COMPANY if the krb5 configuration is correct.&lt;/P&gt;</description>
    <pubDate>Fri, 04 May 2018 03:20:00 GMT</pubDate>
    <dc:creator>SimonDawson</dc:creator>
    <dc:date>2018-05-04T03:20:00Z</dc:date>
    <item>
      <title>How do I configure Multiple LDAP Server for Metadata Server with different hosts?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-I-configure-Multiple-LDAP-Server-for-Metadata-Server-with/m-p/458703#M12988</link>
      <description>&lt;P&gt;I tried to configure two LDAP Server with different hosts with the documentation &lt;A href="http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=n0w8oa3erw568vn192xwf0872npk.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=de" target="_blank"&gt;http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=n0w8oa3erw568vn192xwf0872npk.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=de&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My configuration is like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;-authproviderdomain (LDAP:Name1, LDAP:Name2)
-primpd Name1
-set LDAP_PRIV_DN_Name2 "..."
-set LDAP_PRIV_PW_Name2 "..."
-set LDAP_BASE_Name2 "..."
-set LDAP_HOST_Name2 "..."
-set LDAP_PORT "636"
-set LDAP_TLSMODE "1"
-set LDAP_PRIV_DN_Name1 "..."
-set LDAP_PRIV_PW_Name1 "..."
-set LDAP_BASE_Name1 "..."
-set LDAP_HOST_Name1 "..."
-set LDAP_IDATTR_Name1 "racfid"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But it didn't work. I got the ERROR message:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;2018-04-30T17:31:47,872 ERROR [00000020] :sasadm - Unable to authenticate due to missing environment variable: LDAP_HOST.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 15:41:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-do-I-configure-Multiple-LDAP-Server-for-Metadata-Server-with/m-p/458703#M12988</guid>
      <dc:creator>eddi</dc:creator>
      <dc:date>2018-04-30T15:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Multiple LDAP Server for Metadata Server with different hosts?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-I-configure-Multiple-LDAP-Server-for-Metadata-Server-with/m-p/458959#M12994</link>
      <description>&lt;P&gt;The SAS metadata server can only connect to on LDAP server. You'd need to provide a single LDAP endpoint that can provide a view of more than one directory tree. This is possible in the Microsoft AD space by joining domains under and single forest and querying the global catalogue.&amp;nbsp;A Google search shows there are some software solutions that can provide a virtual directory backed by more than one LDAP tree, this is a potential solution.&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 13:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-do-I-configure-Multiple-LDAP-Server-for-Metadata-Server-with/m-p/458959#M12994</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-05-01T13:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Multiple LDAP Server for Metadata Server with different hosts?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-I-configure-Multiple-LDAP-Server-for-Metadata-Server-with/m-p/459913#M13035</link>
      <description>&lt;P&gt;I suppose you might want to think about the higher intent here and try provide some more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the problem you are attempting to solve, try provide some context.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eg. The company I work for just aquired a new company. Users are now split across two active directory domains which are not in the same forest. The SAS team need to update our existing configuration to allow users from both Active Directory domains to be autheticated and use SAS using their existing domain accounts. How might we configure the SAS Metadata Server to authenitcate users from two different Active Directory domains?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If its something like two district Active Directory setups then I'd not use the LDAP bits inside SAS but rather configure sasauth to use PAM then simply just have my Linux/UNIX system administrators ensure the krb5 configuration on that system is able to talk to both KDCs for those two realms and SAS will seamlessly authenticate both annie@REALMA.COMPANY and bob@REALMB.COMPANY if the krb5 configuration is correct.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 03:20:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-do-I-configure-Multiple-LDAP-Server-for-Metadata-Server-with/m-p/459913#M13035</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-05-04T03:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Multiple LDAP Server for Metadata Server with different hosts?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-do-I-configure-Multiple-LDAP-Server-for-Metadata-Server-with/m-p/460359#M13046</link>
      <description>&lt;P&gt;Thank you! My question is answered sufficiently.&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 07:30:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-do-I-configure-Multiple-LDAP-Server-for-Metadata-Server-with/m-p/460359#M13046</guid>
      <dc:creator>eddi</dc:creator>
      <dc:date>2018-05-07T07:30:38Z</dc:date>
    </item>
  </channel>
</rss>

