Enable updating the full-name of manually created account
When Gerrit runs with LDAP backend, make it possible to update the full name of manually created account. Change-Id: I27aafaba263db1794fb808dccb7ccb46b393741f
This commit is contained in:
@@ -20,7 +20,7 @@ import com.google.gwtorm.client.StringKey;
|
||||
/** Association of an external account identifier to a local {@link Account}. */
|
||||
public final class AccountExternalId {
|
||||
/**
|
||||
* Scheme used for {@link AuthType#LDAP}, {@link AuthType#HTTP},
|
||||
* Scheme used for {@link AuthType#LDAP}, {@link AuthType#CLIENT_SSL_CERT_LDAP},
|
||||
* {@link AuthType#HTTP_LDAP}, and {@link AuthType#LDAP_BIND} usernames.
|
||||
* <p>
|
||||
* The name {@code gerrit:} was a very poor choice.
|
||||
|
||||
Reference in New Issue
Block a user