> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/kcm-linux-rpm-method/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/kcm-linux-rpm-method/authentication.md).

# Authentication Options

![](/files/a0WcvL6tljiV86QpwVlD)

Keeper Connection Manager supports multiple authentication mechanisms which can be enabled through installing additional packages.

### Advanced Linux Install Method

For Advanced Linux Install method, packages are available through the Keeper Connection Manager repository and automatically place the necessary Apache Guacamole extension within `/etc/guacamole/extensions` and any necessary dependencies (such as database drivers) within `/etc/guacamole/lib`.

The "[Test Installation](/kcm-linux-rpm-method/installation/advanced-linux-install/test-installation.md)" using the `user-mapping.xml` file is meant as a quick means of verifying the functionality of Guacamole but is not supported for production deployments.

{% hint style="warning" %}
Ensure that a production-ready authentication mechanism is configured prior to deploying Keeper Connection Manager.
{% endhint %}

All authentication methods packaged listed below are production-ready:

* [Authenticating users with LDAP](/kcm-linux-rpm-method/authentication/authenticating-users-with-ldap.md)
* [Authenticating users with SAML 2.0](/kcm-linux-rpm-method/authentication/authenticating-users-with-saml.md)
* [Authenticating users with OpenID Connect](/kcm-linux-rpm-method/authentication/authenticating-users-with-openid-connect.md)
* [Using Guacamole with a MySQL Database](/kcm-linux-rpm-method/authentication/using-keeper-connection-manager-with-a-mysql-database.md)
* [Using Guacamole with a PostgreSQL Database](/kcm-linux-rpm-method/authentication/using-keeper-connection-manager-with-a-postgresql-database.md)
* [Using Guacamole with a SQL Server Database](/kcm-linux-rpm-method/authentication/using-guacamole-with-a-sql-server-database.md)

Using a database like MySQL, PostgreSQL, or SQL Server enables additional features within Keeper Connection Manager, including connection sharing and a web-based administration interface. The LDAP authentication allows authentication to be provided through an LDAP directory such as OpenLDAP or Active Directory, and[ can be combined with a database](/kcm-linux-rpm-method/authentication/authenticating-users-with-ldap/using-ldap-with-a-database.md), thus avoiding the need to[ store connections within the LDAP directory using schema modifications](/kcm-linux-rpm-method/authentication/authenticating-users-with-ldap/storing-connection-data-within-ldap.md).

### Multi-factor Authentication <a href="#id-.authenticationv2.x-multi-factorauthentication" id="id-.authenticationv2.x-multi-factorauthentication"></a>

If you wish to enable multi-factor authentication in front of Keeper Connection Manager, you may do so with Duo or TOTP. Multi-factor authentication is supported in front of any of the above production-ready authentication mechanisms, however keep in mind that a database is always required for TOTP:

* [Using Duo for Multi-factor Authentication](/kcm-linux-rpm-method/authentication/using-duo-for-multi-factor-authentication.md)
* [Using TOTP for Multi-factor Authentication](/kcm-linux-rpm-method/authentication/using-totp-for-multi-factor-authentication.md)

Important Note: MFA cannot be activated if the SAML authentication method is already active.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://newdocs.keeper.io/kcm-linux-rpm-method/authentication.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
