Skip to content
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

Improve ldap support #172

Merged
merged 3 commits into from
Nov 13, 2018
Merged

Improve ldap support #172

merged 3 commits into from
Nov 13, 2018

Conversation

ssgelm
Copy link
Contributor

@ssgelm ssgelm commented Nov 12, 2018

This PR adds three features to the LDAP support that we needed:

  1. Add the ability to bind as the user logging in

    This allows using the authenticating user's username and password to bind to the LDAP server. This is desirable because it allows for looking up the yubikey attributes without needing to create a service account.

  2. Add STARTTLS support

    This allows connecting to LDAP servers that only listen on port 389 but use STARTTLS to get a TLS connection

  3. Add support for LDAP client certificate authentication

    This adds support for using a client cert/key to authenticate to an LDAP server. It is separate from binding with a username and password and can either be used alongside it or with an anonymous bind to the server. (This one actually closes LDAP Client TLS Certificate #68)

This allows using the authenticating user's username and password to
bind to the LDAP server.  This is desirable because it allows for
looking up the yubikey attributes without needing to create a service
account.
This allows connecting to LDAP servers that only listen on port 389 but
use STARTTLS to get a TLS connection
This adds support for using a client cert/key to authenticate to an LDAP
server.  It is separate from binding with a username and password and
can either be used alongside it or with an anonymous bind to the server.
@ssgelm ssgelm mentioned this pull request Nov 12, 2018
@klali
Copy link
Member

klali commented Nov 13, 2018

Thanks, merging.

@klali klali merged commit c8c76fb into Yubico:master Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

LDAP Client TLS Certificate
2 participants