com.google.gerrit.httpd.ProjectBasicAuthFilter : Authentication failed for admin: account inactive or not provisioned in Gerrit
I can log in if I do following steps
1. Login using web UI by giving Username, password of a LDAP account (First account I try to login is added as the admin automatically)
2.Generate HTTP password from UI
Then I can login using REST api by entering that generated password. But I need to login using actual LDAP account username and password in REST api.
How can I solve this issue?
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes I did it. I'm using a fresh deployment. No user has logged in to the system previously. Issue is, I can log using REST api if I have logged in at least one time using Web-UI.