-
Hi - we use netbox with LDAP auth and LDAP groups configured in netbox with permissions assigned to the groups. I think this is working fairly well although the netbox web interface doesn't show group membership but we manage that in AD. But now we have a couple users trying to hit the API and their tokens only return that they don't have permissions to view any data. If I add them to their matching LDAP group within netbox manually, then their tokens work. Am I missing some configuration or something with LDAP groups that would allow the API to use the LDAP group membership or does that have to be managed manually? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Can anyone confirm or deny LDAP group permissions work or don't work with the netbox API? Just trying to figure out if this is a configuration issue or just functional limitation. Thanks, |
Beta Was this translation helpful? Give feedback.
-
If you use group mirroring, it will work. See #5442 (comment) Related issue: #3063 There is a PR that might solve this issue but I haven't tested that myself just yet |
Beta Was this translation helpful? Give feedback.
If you use group mirroring, it will work. See #5442 (comment)
Related issue: #3063
There is a PR that might solve this issue but I haven't tested that myself just yet
#6580