<?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: Configure both AD and LDAP authentication in SAS in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-both-AD-and-LDAP-authentication-in-SAS/m-p/496922#M14359</link>
    <description>&lt;P&gt;Hi Pedro&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/234536"&gt;@pedrosantos_key&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so far, and as far as I know, you can configure the SAS Metadata Server to connect to only one authentication system at a time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hence,&amp;nbsp; please chose AD or LDAP, but not both.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need users from both, you will need to join the trees in a single auth system: AD or LDAP.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Sep 2018 12:21:34 GMT</pubDate>
    <dc:creator>JuanS_OCS</dc:creator>
    <dc:date>2018-09-19T12:21:34Z</dc:date>
    <item>
      <title>Configure both AD and LDAP authentication in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-both-AD-and-LDAP-authentication-in-SAS/m-p/496914#M14357</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to configure both AD and LDAP authentication on a SAS Metadata server.&lt;/P&gt;&lt;P&gt;I'm configuring the sasv9_usermods.cfg like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Environment variables that describe your Active Diorectory server */&lt;BR /&gt;-set AD_HOST "lady2.letest.lu"&lt;BR /&gt;-set AD_PORT "389"&lt;/P&gt;&lt;P&gt;-set LDAP_HOST "ldap.letest.lu"&lt;BR /&gt;-set LDAP_BASE "ou=ouUsers,dc=letest,dc=lu"&lt;BR /&gt;-set LDAP_PORT "389"&lt;BR /&gt;-set LDAP_PRIV_DN "uid=XXXX,ou=XXXX,dc=letest,dc=lu"&lt;BR /&gt;-set LDAP_PRIV_PW "XXXX"&lt;/P&gt;&lt;P&gt;-authpd (ADIR:letest.lu, LDAP:letest.lu)&lt;BR /&gt;-primpd letest.lu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I restart the metadata server, it doesn't start and return the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: INVALID OPTION VALUE, FOR SAS OPTION SET&lt;/P&gt;&lt;P&gt;ERROR: INVALID OPTION VALUE, (ADIR:letest.lu, LDAP:letest.lu) FOR SAS OPTION AUTHPROVIDERDOMAIN&lt;BR /&gt;ERROR: Unable to assign a domain to the provider (LDAP). The specified domain is already assigned to another authentication provider.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is wrong here?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pedro Santos&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 11:59:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-both-AD-and-LDAP-authentication-in-SAS/m-p/496914#M14357</guid>
      <dc:creator>pedrosantos_key</dc:creator>
      <dc:date>2018-09-19T11:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configure both AD and LDAP authentication in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-both-AD-and-LDAP-authentication-in-SAS/m-p/496922#M14359</link>
      <description>&lt;P&gt;Hi Pedro&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/234536"&gt;@pedrosantos_key&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so far, and as far as I know, you can configure the SAS Metadata Server to connect to only one authentication system at a time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hence,&amp;nbsp; please chose AD or LDAP, but not both.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need users from both, you will need to join the trees in a single auth system: AD or LDAP.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 12:21:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-both-AD-and-LDAP-authentication-in-SAS/m-p/496922#M14359</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-09-19T12:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configure both AD and LDAP authentication in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-both-AD-and-LDAP-authentication-in-SAS/m-p/496925#M14362</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/234536"&gt;@pedrosantos_key&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm just wondering, what are you trying to achieve? Seems like those servers are in the same domain. If you want to&amp;nbsp;configure authentication from two different domains, you have to use PAM and something like SSSD.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 12:28:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-both-AD-and-LDAP-authentication-in-SAS/m-p/496925#M14362</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-09-19T12:28:10Z</dc:date>
    </item>
  </channel>
</rss>

