Update description of git_basic_auth_policy field in AuthInfo

There was a mismatch with what is documented for the
auth.gitBasicAuthPolicy parameter in gerrit.config.

Change-Id: I9d34af443419f09320083bd984feb966fcfe86f7
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2019-12-31 11:08:38 +01:00
committed by David Pursehouse
parent 30587431bd
commit 43217b27f7

View File

@@ -1483,8 +1483,8 @@ type] is `CUSTOM_EXTENSION`.
|`git_basic_auth_policy` |optional|
The link:config-gerrit.html#auth.gitBasicAuthPolicy[policy] to authenticate
Git over HTTP and REST API requests when
link:config-gerrit.html#auth.type[authentication type] is `LDAP`.
Can be `HTTP`, `LDAP` or `HTTP_LDAP`.
link:config-gerrit.html#auth.type[authentication type] is `LDAP`,
`LDAP_BIND` or `OAUTH`. Can be `HTTP`, `LDAP`, `HTTP_LDAP` or `OAUTH`.
|==========================================
[[cache-info]]