Skip to content

Commit

Permalink
Fix LDAP group mirroring
Browse files Browse the repository at this point in the history
  • Loading branch information
Paktosan committed Dec 22, 2024
1 parent 865db32 commit 56e8345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/netbox/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@
"type": "boolean"
},
"mirrorGroupsExcept": {
"type": "string"
"type": "array"
},
"cacheTimeout": {
"type": "integer"
Expand Down
2 changes: 1 addition & 1 deletion charts/netbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ remoteAuth:
- CN=Domain Admins,CN=Users,DC=example,dc=com
findGroupPerms: true
mirrorGroups: true
mirrorGroupsExcept: ""
mirrorGroupsExcept: []
cacheTimeout: 3600
attrFirstName: givenName
attrLastName: sn
Expand Down

0 comments on commit 56e8345

Please sign in to comment.