Issue 660: gerrit create-account should support LDAP
Status:  New
Owner: ----
Reported by di...@google.com, Aug 11, 2010
I think there should be a --ldap parameter with the values:
- "use": meaning that if the user to be created exists in LDAP it's LDAP data will be used to fill fields for the user (such as full name and email); equivalent to accessing the server as a user bypassing HTTP authentication
- "check": the user must exist in LDAP and the command would fail otherwise (and if it exists it will use LDAP data to fill the entries like above)

It's useful that now we can use "gerrit create-account" to create users that don't exist in LDAP but it's equally useful to be able to create users that exist and have those fields filled for them from LDAP.