LDAP Instellingen
Controleren...Status
Verbinding testen...
Test Authenticatie
LDAP Gebruikers
Gebruikers laden...
| Naam | Rol | Status |
|---|
Kon gebruikers niet laden
Configuratie
Let op: LDAP instellingen worden geconfigureerd in
configuration.yaml.
Wijzigingen vereisen een herstart van de applicatie.
Huidige Instellingen
| Status | - |
| Server | - |
| Base DN | - |
| Admin Groep | - |
| Gebruikers Groep | - |
Voorbeeld Configuratie
ldap:
enabled: true
host: "192.168.1.2"
port: 389
bind_dn: "cn=admin,dc=example,dc=com"
bind_password: "password"
base_dn: "dc=example,dc=com"
user_filter: "(uid=%s)"
admin_group: "workmeet-admins"
user_group: "workmeet-gebruikers"