##// END OF EJS Templates
svn: fixed case of wrong extracted repository name for SSH backend. In cases...
svn: fixed case of wrong extracted repository name for SSH backend. In cases where we commited to a nested subdirs SVN reported the access path with the subdir paths in it. We couldn't then match that extended name into proper rhodecode repository for ACL checks. - Current implementation gives an slight overhead as we have to lookup all repositories - fixes #5606

File last commit:

r3290:ac4e4e5a default
r4281:5da17e74 default
Show More
auth-pam.rst
14 lines | 409 B | text/x-rst | RstLexer

PAM

To enable PAM authentication, use the following steps:

  1. From the |RCE| interface, go to :menuselection:`Admin --> Authentication`
  2. Activate the rhodecode.lib.auth_modules.auth_pam library and select save
  3. On the PAM plugin settings section, do the following:
    • Check the :guilabel:`Enable` checkbox
    • Enter your PAM server settings
    • Select :guilabel:`Save`