You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: Introduce utils module with shlex_join function to backport shlex.join() from Python >= 3.8.
auth:
Add user_primary_group_attribute argument to LDAPAuthentifier class initializer with default value gidNumber to define an alternative
user primary group ID attribute (#4).
Add group_object_classes argument to LDAPAuthentifier class initializer with default values posixGroup and groupOfNames to define alternative LDAP group object classes (#6).
Changed
auth: Support absence of primary group attribute optional in LDAP user entries (#5).
Fixed
auth: Handle UnicodeDecodeError when loading JWT private key (#3).