LDAP Authentication through the sessions API
Created by: mphuff
Hi--
Currently, the API does not support LDAP authentication when trying to make a POST request to the /sessions endpoint for example. As a result, because our gitlab installation is solely using LDAP, we cannot authenticate users in automated scripts.
The RESTful API should support LDAP authentication as well as the standard authentication when requests are made.
Micah