aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jellyfin/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/jellyfin/templates')
-rw-r--r--roles/jellyfin/templates/var/lib/jellyfin/plugins/configurations/LDAP-Auth.xml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/jellyfin/templates/var/lib/jellyfin/plugins/configurations/LDAP-Auth.xml.j2 b/roles/jellyfin/templates/var/lib/jellyfin/plugins/configurations/LDAP-Auth.xml.j2
index 5326ff2..8255cd4 100644
--- a/roles/jellyfin/templates/var/lib/jellyfin/plugins/configurations/LDAP-Auth.xml.j2
+++ b/roles/jellyfin/templates/var/lib/jellyfin/plugins/configurations/LDAP-Auth.xml.j2
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <LdapServer>{{ jellyfin_ldap_server }}</LdapServer>
+ <LdapServer>{{ jellyfin_ldap_servers | join(' ') }}</LdapServer>
<LdapPort>636</LdapPort>
<UseSsl>true</UseSsl>
<UseStartTls>false</UseStartTls>