-
Notifications
You must be signed in to change notification settings - Fork 128
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
LDAP bind with just incoming username/pw #1350
Comments
@tooptoop4 I am not sure I understand what you want to achieve. can you ellaborate more. Do you have a sample app which shows what you want to be possible? |
@sdelamo https://trino.io/docs/current/security/ldap.html#active-directory has more docs rough idea to make micronaut support this: Line 60 in c5635a1
Lines 100 to 120 in c5635a1
Line 91 in c5635a1
|
@sdelamo feedback ^ |
can you replace |
do u like the idea @tchiotludo ? this login feature is for akhq |
it's totally possible for akhq (with a PR), but it can be useful for the micronaut community as well. @sdelamo do you think this make sense for this project directly? |
@tchiotludo Please send a PR I am not 100% sure I follow what you want to change. |
its single bind instead of two binds |
Has anyone solved this? Is there another (less intrusive) alternative? |
Feature description
I don't want to have a service account binding (ie managerDN) but want to use incoming user creds to bind. but they will only supply username/email not DN.
note:server does not allow anon bind
I read "Active Directory will let you also bind using userPrincipalName instead of DN, so it might be helpful to attempt to bind as username@domain.com instead of username. Either users can be instructed to log in this way or the application can add @domain.com part upon binding attempt if feasible."
The text was updated successfully, but these errors were encountered: