Default remote user group not working #14489
Unanswered
PaulR282
asked this question in
Help Wanted!
Replies: 1 comment 3 replies
-
Issue #8854 said that this didn't work for social auth, and there was a fix specific for that at #9600. Maybe a similar fix is required for LDAP? There a function |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We run netbox for some while with LDAP configuration and everything is working so far. Now I wanted to add a default group that every user should get. I created the group and set
REMOTE_AUTH_DEFAULT_GROUPS = ['user']
in theconfiguration.py
. Then I tested it by deleting a user, that was created by the LDAP connection and logged back in with that account. The user was re-created but no group was assigned. There is nothing shown in the log apart from the debug information about the user creation.Beta Was this translation helpful? Give feedback.
All reactions