For ldap, try to get secondary groups from LDAP query

Issue #49 closed
Olivier Sallou repo owner created an issue

in case of ldap auth, would be nice to get secondary groups directly from LDAP instead of using local system (though could be used as fallback). This would avoid need to know local users on system, especially with containers

Comments (3)

  1. Olivier Sallou reporter

    add new optional config param:

    ldap_base_dn_group_filter: 'ou=Groups'

    in goauth, try to get groups with search in groups with user in memberUid if no result, try to get from local host as previously as fallback solution.

  2. Log in to comment