Replies: 1 comment
-
@zzzhouuu give us a PR and if possible also include a test to demonstrate this. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm running zot via docker, identity management platform use kanidm
authentication config:
There is no problem with all the authorization work, but through the permission judgment of the user group, it was found that it did not meet the overdue requirements. After obtaining the code, I changed the output as follows.
zot/pkg/api/ldap.go
Lines 225 to 228 in 30467e6
output
Maybe we should not only get the user group marked with 0 here, and all the data needs to be merged.
zot/pkg/api/ldap.go
Line 226 in 30467e6
Beta Was this translation helpful? Give feedback.
All reactions