ContainX / marathon-ldap

LDAP / Active Directory Authentication and Authorization Plugin for Mesosphere Marathon
Other
60 stars 32 forks source link

Add option to separate user binding and login authentication #4

Closed RedWhiteMiko closed 8 years ago

RedWhiteMiko commented 8 years ago

The plugin doesn't work when there's separate user for binding LDAP connection. This PR is adding bindUser in the configuration, do binding to it and authenticate with dn found from LDAP.

gondor commented 8 years ago

LGTM, thanks for the contribution