mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
26 lines
1.2 KiB
XML
26 lines
1.2 KiB
XML
<?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>127.0.0.1</LdapServer>
|
|
<LdapPort>389</LdapPort>
|
|
<UseSsl>false</UseSsl>
|
|
<UseStartTls>false</UseStartTls>
|
|
<SkipSslVerify>false</SkipSslVerify>
|
|
<LdapBindUser />
|
|
<LdapBindPassword />
|
|
<LdapBaseDn>ou=users,dc=yunohost,dc=org</LdapBaseDn>
|
|
<LdapSearchFilter>(permission=cn=jellyfin.main,ou=permission,dc=yunohost,dc=org)</LdapSearchFilter>
|
|
<LdapAdminBaseDn />
|
|
<LdapAdminFilter>(permission=cn=jellyfin.admin,ou=permission,dc=yunohost,dc=org)</LdapAdminFilter>
|
|
<LdapSearchAttributes>uid, mail</LdapSearchAttributes>
|
|
<EnableCaseInsensitiveUsername>false</EnableCaseInsensitiveUsername>
|
|
<CreateUsersFromLdap>true</CreateUsersFromLdap>
|
|
<AllowPassChange>false</AllowPassChange>
|
|
<LdapUsernameAttribute>uid</LdapUsernameAttribute>
|
|
<LdapPasswordAttribute>userPassword</LdapPasswordAttribute>
|
|
<EnableAllFolders>true</EnableAllFolders>
|
|
<EnabledFolders>
|
|
<string>db36da0754ef18efa77eabef2d57a80d</string>
|
|
<string>db4c1708cbb5dd1676284a40f2950aba</string>
|
|
</EnabledFolders>
|
|
<PasswordResetUrl />
|
|
</PluginConfiguration>
|