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 +