-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
Originally reported on Google Code with ID 585
on documentation page http://gitblit.com/setup_authentication.html, section "PAM Authentication"
specified
" Linux/Unix/MacOSX machine and the user that Gitblit runs-as must have root permissions."
but root permissions does not need.
for example
cat /etc/pam.d/gitblit
# PAM configuration for the gitblit service
# Standard Un*x authentication.
@include common-auth
EOF
are enough for work bitblit with PAM without root rights.
In this example gitblit configuration for PAM must be
realm.authenticationProviders = pam
realm.pam.serviceName = gitblit
Reported by Kondratev.Pavel on 2015-04-16 06:16:28