| Issue 1104: | user can not input full name | |
| 4 people starred this issue and may be notified of changes. | Back to list |
Affected Version:2.2.1 What steps will reproduce the problem? 1.in setting 2.in contact info 3.in full name What is the expected output? What do you see instead? We can not type in our full name Please provide any additional information below. We use LDAP as user authentication method. I can hack database to input our full name. ssh -p 29418 gelato.sigmadesigns.com gerrit gsql -c \" update accounts set full_name = \'Kenneth Lee\' where account_id = 1000018 \"
Jan 20, 2012
#1
GeeROC
Jan 20, 2012
another thing, as a pretty convenient workaround we just populate the Full Name field from our LDAP automatically using this in gerrit.config:
[ldap]
accountFullName = ${cn}
Jan 20, 2012
See the description of ldap.accountFullName in the help: http://gerrit-documentation.googlecode.com/svn/Documentation/2.2.2/config-gerrit.html#_a_id_ldap_a_section_ldap "If set, users will be unable to modify their full name field, as Gerrit will populate it only from the LDAP data." There's a default, so you need to explicitly set it to nothing if you want to use ldap, but allow users to set their names.
Status:
WontFix
|
|
| ► Sign in to add a comment |