Local user switching to non-active on GET request #7235
Answered
by
mmarcoux09
mmarcoux09
asked this question in
Q&A
-
NetBox versionv2.11.12-ldap Python version3.8 Steps to Reproduce
Expected BehaviorOnce a user is active (even if a local user on a LDAP instance) it should remain active when doing a call with its token. Observed Behavior[09/Sep/2021:18:44:45 +0000] "GET /api/ipam/prefixes/?role=az_mgmt_subnet HTTP/1.1" 403 63 "-" "curl/7.68.0" |
Beta Was this translation helpful? Give feedback.
Answered by
mmarcoux09
Sep 9, 2021
Replies: 1 comment
-
Changing the Username of the local user to something else fixes it. Thanks @tobiasge for your help. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mmarcoux09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changing the Username of the local user to something else fixes it.
It has to be 100% different from a LDAP user that exists in your LDAP.
Thanks @tobiasge for your help.