website/integrations/chat-communication-collaboration/thelounge/index.md
The Lounge is a modern, web-based IRC (Internet Relay Chat) client that allows users to stay connected to IRC servers even when offline.
:::info This guide assumes you have already deployed an LDAP Provider; if not, check here. If you made any changes, e.g. using a different name for the user, make sure to apply them here as well. :::
The following placeholders are used in this guide:
authentik.company is the FQDN of the authentik LDAP outpost installation.dc=company,dc=com the Base DN of the LDAP outpost. If you followed the LDAP provider guide this is: dc=goauthentik,dc=ioldap_bind_user the username of the desired LDAP Bind User. If you followed the LDAP provider guide this is: ldapservice:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
Follow official documentation to create an LDAP outpost. If you already have an LDAP outpost configured, you can use it without additional setup. No further configuration in authentik is needed.
In the config.js file find the ldap section and make the following changes:
enable to trueurl to ldap://authentik.companyprimaryKey to cnsearchDN section make the following changes:
rootDN to cn=ldap_bind_user,ou=users,dc=company,dc=comrootPassword to the password you have given to the ldap_bind_userfilter to (&(objectClass=user)
(&(objectClass=user)(memberOf=cn=group_name,ou=groups,dc=ldap,dc=company,dc=com))base to dc=ldap,dc=company,dc=comconfig.js file and restart The Lounge. You should be able to log in via LDAP now, as long as a user with the same name exists.