-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
LDAP User Filter #10829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It looks we never implemented that despite it being in the docs for 2 years now... 🤦♂️ |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. You can re-open it if needed. |
This is a port of gogs/gogs#4398 The only changes made by myself are: Add locales Add some JS to the UI Otherwise all code credit goes to @aboron Resolves #10829 Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
Look like the group check is missing from SearchEntries() |
Dear all,
I am creating this issue because I found any topic related to this kind of filter using OpenLDAP.
In the official documentation (https://docs.gitea.io/en-us/authentication/), it is written that with "LDAP using simple auth" there are these following fields:
User DN (required)
User Search Base (optional)
User Filter (required)
Group Search Base (optional)
Group Name Filter (optional)
User Attribute in Group (optional)
Group Attribute for User (optional)
.... but I am not able to find the fields regarding the Groups from the Gitea Web Interface.
I used the following version of gitea: gitea-1.11.3-linux-amd64
Did I installed a wrong version ?
Could you please help me.
Thanks by advance,
Regards,
The text was updated successfully, but these errors were encountered: