Is there a way to configure gerrit such that I do not need to login
every day again in Gerrit?
It seems to terminate the session every day.
I have not find anything inside the manuals about this.
We are using LDAP as authentication directly to gerrit. There are no
reverse proxies or apache webservers involved.
Kind regards,
Remy
Kind regards,
Remy
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
2012/3/1 Deniz Türkoglu <de...@spotify.com>:
>> Is there a way to configure gerrit such that I do not need to login
>> every day again in Gerrit?
>> It seems to terminate the session every day.
>> I have not find anything inside the manuals about this.
>> We are using LDAP as authentication directly to gerrit. There are no
>> reverse proxies or apache webservers involved.
>
>
> Configure web_sessions.max_age in gerrit.config;
>
> [cache "web_sessions"]
> maxAge = 1 y
>
> will keep you logged in for a year.
Thanks, this is exactly I was looking for.
Kind regards,
Remy