auth.rst
32 lines
| 901 B
| text/x-rst
|
RstLexer
r1 | .. _authentication-ref: | |||
Authentication Options | ||||
====================== | ||||
r2656 | |RCE| provides a built in authentication against its own database. This is | |||
implemented using ``rhodecode.lib.auth_rhodecode`` plugin. This plugin is | ||||
enabled by default. | ||||
Additionally, |RCE| provides a Pluggable Authentication System. This gives the | ||||
r1 | administrator greater control over how users authenticate with the system. | |||
.. important:: | ||||
You can disable the built in |RCM| authentication plugin | ||||
``rhodecode.lib.auth_rhodecode`` and force all authentication to go | ||||
r2656 | through your authentication plugin of choice e.g LDAP only. | |||
However, if you do this, and your external authentication tools fails, | ||||
you will be unable to access |RCM|. | ||||
r1 | ||||
|RCM| comes with the following user authentication management plugins: | ||||
.. toctree:: | ||||
r2656 | auth-ldap | |||
auth-ldap-groups | ||||
auth-crowd | ||||
auth-pam | ||||
auth-token | ||||
r1 | ssh-connection | |||