From 182449da03ed33e781260691d4039ea1ba39d64a Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Wed, 1 Dec 2021 23:58:11 +0100 Subject: [PATCH] jitsi: Add search base --- example_configs/jitsi_meet.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example_configs/jitsi_meet.conf b/example_configs/jitsi_meet.conf index ab8caa8..c05f328 100644 --- a/example_configs/jitsi_meet.conf +++ b/example_configs/jitsi_meet.conf @@ -28,3 +28,7 @@ LDAP_FILTER=(&(uid=%u)(objectClass=person)) # LDAP authentication method LDAP_AUTH_METHOD=bind + +# Where the users are +LDAP_SEARCH_BASE=ou=people,dc=example,dc=com +