ClearFoundation Tracker - ClearCenter
View Issue Details
0007461ClearCenterapp-active-directory - Active Directory Connectorpublic2016-02-25 15:362016-02-26 10:20
user2 
 
urgentmajorhave not tried
closedfixed 
7.1.0 
7.2.0 Updates 
0007461: Groups and plugins not properly enumerated
The AD Connector uses getent to enumerate group memberships, but this is no longer working. A change in the Samba 4.2 defaults was the root cause:

winbind expand groups (G)

           This option controls the maximum depth that winbindd will traverse
           when flattening nested group memberships of Windows domain groups.
           This is different from the winbind nested groups option which
           implements the Windows NT4 model of local group nesting. The
           "winbind expand groups" parameter specifically applies to the
           membership of domain groups.

           Be aware that a high value for this parameter can result in system
           slowdown as the main parent winbindd daemon must perform the group
           unrolling and will be unable to answer incoming NSS or
           authentication requests during this time.

           The default value was changed from 1 to 0 with Samba 4.2. Some
           broken applications calculate the group memberships of users by
           traversing groups, such applications will require "winbind expand
           groups = 1". But the new default makes winbindd more reliable as it
           doesn't require SAMR access to domain controllers of trusted
           domains.

           Default: winbind expand groups = 0
No tags attached.
related to 0007471closed user2 ClearOS Add "winbind expand groups" to default confguration 
Issue History
2016-02-25 15:36user2New Issue
2016-02-25 15:37user2Relationship addedrelated to 0007471
2016-02-25 15:37user2Statusnew => confirmed
2016-02-25 20:36user2Statusconfirmed => resolved
2016-02-25 20:36user2Resolutionopen => fixed
2016-02-25 20:36user2Assigned To => user2
2016-02-26 10:20user2Statusresolved => closed
2016-02-26 10:20user2Assigned Touser2 =>

There are no notes attached to this issue.