aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jellyfin/templates/var
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-13 20:56:22 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-13 20:56:22 -0500
commitf3b29d35db446739323bb641bbcd2de23b23f981 (patch)
tree457405a57f580c1302512712a77d9c835c9a6dbf /roles/jellyfin/templates/var
parent7518dd9b00c70c6dd1269cf01981a54bfe6946e8 (diff)
downloadselfhosted-f3b29d35db446739323bb641bbcd2de23b23f981.tar.gz
selfhosted-f3b29d35db446739323bb641bbcd2de23b23f981.zip
jellyfin: add docs
Diffstat (limited to 'roles/jellyfin/templates/var')
-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>