-
Notifications
You must be signed in to change notification settings - Fork 36
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 GSSAPI #268
Comments
Great idea. actually, libldap does support kerberos. It's a matter of proper setup and testing. |
@djkube would you mind help me testing kerberos once i got some code to test ? |
Sure, I can't have it sooner. |
Hi @djkube can you show me how you setup ldapsearch to query LDAP server with keytab ? |
Hi @bersace , I actually didn't tried using ldapsearch with keytab up to now, but figured it out after some fiddling.
|
@bersace some additional info that may be relevant: |
@bersace tried it but if breaks on me: [ldap2pg.config INFO] Starting ldap2pg 4.17. If you suspect anything is missing in my ldaprc let me know (ldapsearch susccefullly queries the ldap). |
Thank you so much @bersace! |
Is it possible to use a keytab file instead of supplying user name and password for binding to LDAP?
The environment is Active Directory based. Saving a password in clear text and sending the password over the wire is unacceptable from security perspective.
The text was updated successfully, but these errors were encountered: