mprahl / freshmaker

Forked from freshmaker 4 years ago
Clone

230880d Migrate to using Rover groups for LDAP group membership verification

Authored and Committed by mprahl 4 years ago
    Migrate to using Rover groups for LDAP group membership verification
    
    This means that we query for the specific user and get the memberOf
    attribute instead of filtering by memberUid on the groups. This means
    that we can't safely use the common names of the group since it is not
    unique. This is because the groups are not filtered to a specific LDAP
    base DN since we are querying for the user.
    
        
file modified
+3 -4
file modified
+1 -1
file modified
+29 -12
file modified
+25 -15