1234- / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
1 stars 0 forks source link

pam authentification does not need root rights #585

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by Kondrate...@gmail.com on 16 Apr 2015 at 6:16

GoogleCodeExporter commented 9 years ago
Thanks for the information.  I've updated the documentation source.

Original comment by James.Mo...@gmail.com on 22 May 2015 at 3:41