Another thing you may be able to do is setup a separate authentication server which proxies your domain LDAP authentication, but also allows you to insert additional users explicitly.
It would be really useful though if Gerrit natively supported the ability to mix internal and external users so that tool integrations (Jenkins Gerrit plugin etc) don't require a domain user* to have been created but instead can be validated against an internal users database.
You can create normal accounts via ssh as well. If you add the created users to the correct groups and set a http password, they work like normal (ldap)-accounts.
Hi guys,So I have a customer with a ssh set account like so:ssh -p 29418 my.gerrit.com gerrit create-account --group BA collab.customer --http-password "collabcustomer"I also explicitly set gitBasicAuth = false in gerrit.config.However still no luck signing in to the gerrit gui.
Any advice?
Sorry that did work - just got the error where the merged changes stay in the "Submitted, merge pending" state!!