Support LDAP RFC 2307 schema #9442
truong-hua
started this conversation in
Ideas
Replies: 2 comments
-
|
This would also help out any Open Directory servers still soldiering on out there (aka ours). |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We have a standard OpenLDAP service with attribute The code in portainer only allows to defined membership over user full DN. Line 145 in ead160f Would it be possible to have the group membership parametized in the WebUI ? |
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.
-
Currently we are using LDAP RFC 2307 schema of FreeIPA, in which the group membership is defined by another way as follows:
Portainer right now supports a kind of schema that search for user's group by it's dn, so it is better if we can add an additional condition to search for user's group by it's uid also. People can just configure the Group Membership Attribute to memberUid and it will check whether it match any dn or uid.
Beta Was this translation helpful? Give feedback.
All reactions