website/docs/administration/sso/ldap/index.mdx
import ConfigurationUrl from "./configuration.png"; import LDAPSigninUrl from "./ldap-signin.png"; import LDAPUserUrl from "./ldap-user.png"; import LDAPWithOAuthUrl from "./ldap-with-oauth.png";
:::subscription This feature is available in the Enterprise plans. :::
LDAP authentication is a method of authenticating users against an LDAP server. It allows users to manage accounts and permissions centrally, making it easier to control access to resources.
Host: LDAP server address, formatted as ldap.example.comPort: The port number for the LDAP server, typically 389 for LDAP and 636 for LDAPS.Bind DN: The LDAP User is used to manage LDAP authentication and collect LDAP user data;
cn=admin,ou=people,dc=example,dc=appBind Password: Bind DN user password.Base DN: The LDAP Group which is permitted to login to Tabby;
ou=people,dc=ikw,dc=appUser Filter: The expr to match ldap username, please use %s as a placeholder for the username;
(uid=%s), (&(uid=%s)(objectClass=inetOrgPerson))Encryption: one of the following
User information mapping: The LDAP attribute used to map to the Tabby User attribute.
Email: The attribute used to represent the email address on the LDAP server. e.g., mailName: The attribute used to represent the name on the LDAP server. e.g., cnUsername: The username on LDAP server, typically the prefix of the email address.Password: The user password on LDAP server.LDAP users can not change the following attributes on Tabby:
Tabby only supports one LDAP configuration at a time.