Skip to content

pam authentification does not need root rights #881

@gitblit

Description

@gitblit

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions