Christopher Alexander
Christopher Alexander

Reputation: 215

Gerrit with users outside of LDAP

So I am using LDAP for authentication however we have an external developer (customer who contributes to the code) which i wish to give access to the git repos but also the web ui interface. Can this be done without adding them to ldap?

I tried the create account cmd but that does not work.

Is it possible to create a user for web ui that does not use LDAP authentication if you set it as the authentication?

Upvotes: 1

Views: 636

Answers (3)

CanO
CanO

Reputation: 111

You could create a restricted LDAP account and let the developer change his email in gerrit settings. So he will get every notification to his own Inbox.

Upvotes: 0

uncletall
uncletall

Reputation: 6842

Shawn Pearce answered the same question here on the Gerrit Discussion list and indeed the answer is no.

Upvotes: 1

Brad
Brad

Reputation: 5532

No. When you use ldap authentication, all web users must be in ldap.

Upvotes: 0

Related Questions