<br><font size=2 face="sans-serif">We tried that and, sadly, it made no
difference. &nbsp;In fact, we get LESS information that before. &nbsp;It
appears as though we get the main group, and it does not know how to dig
further to get the sub-groups and group members. &nbsp;Also, we found that
our ldap_group_member is called uniqueMember and not memberUid. &nbsp;Perhaps
that's unique to your installation?</font>
<br>
<br><font size=2 face="sans-serif">Any other ideas? &nbsp;Should we post
our sssd.conf?</font>
<br>
<br><font size=2 face="sans-serif">Thanks,</font>
<br><font size=2 face="sans-serif">Harry</font>
<br>
<br><font size=2 face="sans-serif">Harry Devine<br>
Common ARTS Software Development<br>
AJM-245<br>
(609)485-4218<br>
Harry.Devine@faa.gov</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">From:</font>
<td><font size=1 face="sans-serif">Justin Edmands &lt;shockwavecs@gmail.com&gt;</font>
<br>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">To:</font>
<td><font size=1 face="sans-serif">&quot;General discussion list for the
389 Directory server project.&quot; &lt;389-users@lists.fedoraproject.org&gt;</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Date:</font>
<td><font size=1 face="sans-serif">10/22/2013 10:22 AM</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Subject:</font>
<td><font size=1 face="sans-serif">Re: [389-users] (no subject)</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Sent by:</font>
<td><font size=1 face="sans-serif">389-users-bounces@lists.fedoraproject.org</font></table>
<br>
<hr noshade>
<br>
<br>
<br><font size=3>On Tue, Oct 22, 2013 at 9:51 AM, &lt;</font><a href=mailto:harry.devine@faa.gov target=_blank><font size=3 color=blue><u>harry.devine@faa.gov</u></font></a><font size=3>&gt;
wrote:</font>
<br><font size=3 face="sans-serif"><br>
We have been working this problem for two weeks debugging. We have 389-ds
running and multi-master with 3 RHEL6 servers and a RHEL5. The RHEL5 ldap
clients authenticate correctly to the RHEL6 389-ds directory server and
with 'id' command can see all groups a user belongs too.</font><font size=3>
<br>
</font><font size=3 face="sans-serif"><br>
The same command in a RHEL6 ldap client using sssd shows ONLY the primary
group. If we change the ldap clients to point at the RHEL5 389-ds directory
server the same results occur. The one consistency is any RHEL6 ldap client
we setup will authenticate to either RHEL5 or RHEL6 but the entire list
of groups that user belongs to do not transfer independent of server version.
We have enumerate set to true and we have ldap_group_member set to uniqueMember.
These seems to point to the ldap client as RHEL5 client works just fine
and both RHEL5 and RHEL6 389-ds servers react the same but we're not sure
how to correct or is it a bug. HELP? </font><font size=3><br>
</font><font size=3 face="sans-serif"><br>
Thanks!</font><font size=3> <br>
</font><font size=3 face="sans-serif"><br>
Harry Devine<br>
Common ARTS Software Development<br>
AJM-245</font><font size=3 color=blue face="sans-serif"><u><br>
</u></font><a href="tel:%28609%29485-4218" target=_blank><font size=3 color=blue face="sans-serif"><u>(609)485-4218</u></font></a><font size=3 color=blue face="sans-serif"><u><br>
</u></font><a href=mailto:Harry.Devine@faa.gov target=_blank><font size=3 color=blue face="sans-serif"><u>Harry.Devine@faa.gov</u></font></a><font size=3><br>
--<br>
389 users mailing list</font><font size=3 color=blue><u><br>
</u></font><a href="mailto:389-users@lists.fedoraproject.org"><font size=3 color=blue><u>389-users@lists.fedoraproject.org</u></font></a><font size=3 color=blue><u><br>
</u></font><a href="https://admin.fedoraproject.org/mailman/listinfo/389-users" target=_blank><font size=3 color=blue><u>https://admin.fedoraproject.org/mailman/listinfo/389-users</u></font></a>
<br><font size=3><br>
</font>
<br><font size=3>I had the same issue. SSSD needs to be told where to pull
these from.<br>
</font>
<br><font size=3>I had to add this to the global section of the sssd.conf
(you may need to disable all caching devices as well. they will hold the
old &quot;id&quot; lookups)<br>
<br>
ldap_group_member = memberUid<br>
ldap_group_search_base = ou=&lt;your group here&gt;,dc=sagedining,dc=com<br>
</font><tt><font size=2>--<br>
389 users mailing list<br>
389-users@lists.fedoraproject.org<br>
</font></tt><a href="https://admin.fedoraproject.org/mailman/listinfo/389-users"><tt><font size=2>https://admin.fedoraproject.org/mailman/listinfo/389-users</font></tt></a>
<br>
<br>