| commit | 4205884c670cd6d7bd8e6c14c03fe6191b51c7f7 | [log] [tgz] |
|---|---|---|
| author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Jan 05 21:25:38 2012 +0000 |
| committer | Shawn O. Pearce <sop@google.com> | Sun Jun 24 15:31:47 2012 -0700 |
| tree | 557311e5c98e05cf8ab619b2dfac7527ebd8fc51 | |
| parent | 3bd0ccc18162f4cd7820d61cd149dce137d41fe2 [diff] |
Git over HTTP BasicAuth against Gerrit basic auth.
Allows the configuration of native Gerrit
username/password authentication scheme used for
Git over HTTP BasicAuth, as alternative of default
DigestAuth scheme against the random generated
password on Gerrit DB.
Example gerrit.config:
[auth]
type = LDAP
gitBasicAuth = true
Git over HTTP protocol will be authenticated using
HTTP-BasicAuth and credentials checked on LDAP.
Change-Id: Ibe589ab2b0887d85fd5ae5a4c110dea10dac5d6d