<?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>question Re: Ranger: users from ad group not synced with sAMAccountName with user search enabled in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-users-from-ad-group-not-synced-with-sAMAccountName/m-p/180405#M67735</link>
    <description>&lt;P&gt;Thanks! didn't see that issue, awesome that it's already fixed in 0.7.2&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2017 12:45:19 GMT</pubDate>
    <dc:creator>thorsten_krause</dc:creator>
    <dc:date>2017-09-11T12:45:19Z</dc:date>
    <item>
      <title>Ranger: users from ad group not synced with sAMAccountName with user search enabled</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-users-from-ad-group-not-synced-with-sAMAccountName/m-p/180402#M67732</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I'm currently stuck on trying to configure ranger-usersync properly with our Active Directory.&lt;/P&gt;&lt;P&gt;Platform: HDP 2.6.1.0 on RHEL 7 with Ambari 2.5.1.0&lt;/P&gt;&lt;P&gt;I followed this article:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/105620/configuring-ranger-usersync-with-adldap-for-a-comm.html" target="_blank"&gt;https://community.hortonworks.com/articles/105620/configuring-ranger-usersync-with-adldap-for-a-comm.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I want to use "Group based search".&lt;/P&gt;&lt;P&gt;The sync works fine when “Enable User Search” is set to “false”.&lt;/P&gt;&lt;P&gt;Problem is that the outcome is the CN of the user, which equals "[first name] [last name] [someID]".&lt;/P&gt;&lt;P&gt;This in turn cannot be mapped by HDFS to Kerberos tickets, which equal [someID]@EXAMPLE.DOMAIN.COM.&lt;/P&gt;&lt;P&gt;Therefore I want to enable "User Search" with this configuration:&lt;/P&gt;&lt;PRE&gt;ranger.usersync.ldap.user.nameattribute = sAMAccountName 
ranger.usersync.ldap.user.objectclass = person 
ranger.usersync.ldap.searchbase = DC=EXAMPLE,DC=DOMAIN,DC=COM
ranger.usersync.ldap.searchfilter = sAMAccountName=*
ranger.usersync.ldap.searchscope = sub
ranger.usersync.ldap.user.groupnameattribute = memberof,ismemberof
ranger.usersync.group.usermapsyncenabled = true
ranger.usersync.user.searchenabled = true&lt;/PRE&gt;&lt;P&gt;Configuration for groups is the same as mentioned in the article.&lt;/P&gt;&lt;P&gt;--&amp;gt; Goal is to fetch the groups using Attribute cn and fetch all members of those groups as received per the attribute "member". And to create the users from this, bu create them using the attribute "sAMAccountName" of the user.&lt;/P&gt;&lt;P&gt;Hope somebody can help me, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 20:58:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-users-from-ad-group-not-synced-with-sAMAccountName/m-p/180402#M67732</guid>
      <dc:creator>thorsten_krause</dc:creator>
      <dc:date>2017-09-07T20:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger: users from ad group not synced with sAMAccountName with user search enabled</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-users-from-ad-group-not-synced-with-sAMAccountName/m-p/180403#M67733</link>
      <description>&lt;P&gt;Seem like I found the basic problem: &lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;when I disable "incremental sync", the users are created correctly.&lt;/P&gt;&lt;P&gt;Is this desired behaviour or a bug? &lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 20:58:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-users-from-ad-group-not-synced-with-sAMAccountName/m-p/180403#M67733</guid>
      <dc:creator>thorsten_krause</dc:creator>
      <dc:date>2017-09-07T20:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger: users from ad group not synced with sAMAccountName with user search enabled</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-users-from-ad-group-not-synced-with-sAMAccountName/m-p/180404#M67734</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/41161/thorstenkrause.html" nodeid="41161"&gt;@Th Kr&lt;/A&gt;&lt;P&gt;This issue has been fixed recently (https://issues.apache.org/jira/browse/RANGER-1632).&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 06:32:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-users-from-ad-group-not-synced-with-sAMAccountName/m-p/180404#M67734</guid>
      <dc:creator>spolavarapu</dc:creator>
      <dc:date>2017-09-09T06:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger: users from ad group not synced with sAMAccountName with user search enabled</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-users-from-ad-group-not-synced-with-sAMAccountName/m-p/180405#M67735</link>
      <description>&lt;P&gt;Thanks! didn't see that issue, awesome that it's already fixed in 0.7.2&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 12:45:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ranger-users-from-ad-group-not-synced-with-sAMAccountName/m-p/180405#M67735</guid>
      <dc:creator>thorsten_krause</dc:creator>
      <dc:date>2017-09-11T12:45:19Z</dc:date>
    </item>
  </channel>
</rss>

