LDAP
On this page
UNDER CONSTRUCTION
This section is still a work in progress.
Configuration
OpenLDAP
Tested:
- Version: v2.5.13
- Container
bitnami/openldap:2.5.13-debian-11-r7
Create within OpenLDAP, either via CLI or with a GUI management application like phpLDAPadmin or LDAP Admin a basic user with a complex password.
Make note of its CN. You can also create a group to use within Authelia if you would like granular control of who can login, and reference it within the filters below.
Authelia
In your Authelia configuration you will need to enter and update the following variables -
- url
ldap://OpenLDAP:1389
- servers dns name & port. tip: if you have Authelia on a container network that is routable, you can just use the container name - server_name
ldap01.example.com
- servers name - base_dn
DC=example,DC=com
- common name of domain root. - groups_filter
DC=example,DC=com
- replace relevant section with your own domain in common name format, same as base_dn. - user
authelia
- username for Authelia service account - password
SUPER_COMPLEX_PASSWORD
- password for Authelia service account
Following this, restart Authelia, and you should be able to begin using LDAP integration for your user logins, with Authelia taking the email attribute for users straight from the ‘mail’ attribute within the LDAP object.
FreeIPA
Tested:
- Version: v4.9.9
- Container:
freeipa/freeipa-server:fedora-36-4.9.9
Create within FreeIPA, either via CLI or within its GUI management application https://server_ip
a basic user with a
complex password.
Make note of its CN. You can also create a group to use within Authelia if you would like granular control of who can login, and reference it within the filters below.
Authelia
In your Authelia configuration you will need to enter and update the following variables -
- url
ldap://ldap
- servers dns name. Port will assume 389 as standard. Specify custom port with:port
if needed. - server_name
ldap01.example.com
- servers name - base_dn
DC=example,DC=com
- common name of domain root. - groups_filter
DC=example,DC=com
- replace relevant section with your own domain in common name format, same as base_dn. - user
authelia
- username for Authelia service account - password
SUPER_COMPLEX_PASSWORD
- password for Authelia service account
Following this, restart Authelia, and you should be able to begin using LDAP integration for your user logins, with Authelia taking the email attribute for users straight from the ‘mail’ attribute within the LDAP object.
lldap
Tested:
- Version: v0.4.0
Create within lldap, a basic user with a complex password, and add to the group “lldap_password_manager” You can also create a group to use within Authelia if you would like granular control of who can login, and reference it within the filters below.
Authelia
In your Authelia configuration you will need to enter and update the following variables -
- url
ldap://OpenLDAP:1389
- servers dns name & port. tip: if you have Authelia on a container network that is routable, you can just use the container name - base_dn
DC=example,DC=com
- common name of domain root. - user
authelia
- username for Authelia service account. - password
SUPER_COMPLEX_PASSWORD
- password for Authelia service account,
Following this, restart Authelia, and you should be able to begin using lldap integration for your user logins, with Authelia taking the email attribute for users straight from the ‘mail’ attribute within the LDAP object.