We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed366c5 commit c8f4a7cCopy full SHA for c8f4a7c
netbox/netbox/authentication.py
@@ -382,5 +382,4 @@ def user_default_groups_handler(backend, user, response, *args, **kwargs):
382
if group_list:
383
user.groups.add(*group_list)
384
else:
385
- user.groups.clear()
386
- logger.debug(f"Stripping user {user} from Groups")
+ logger.info(f"No valid group assignments for {user} - REMOTE_AUTH_DEFAULT_GROUPS may be incorrectly set?")
0 commit comments