Files
gerrit/gerrit-server
Luca Milanesio 4205884c67 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
2012-06-24 15:31:47 -07:00
..