1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

Update conf/LDAP-Auth.xml

This commit is contained in:
tituspijean 2023-08-27 15:59:27 +02:00
parent 3c87018ffd
commit d40c3ecfe5
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -1,16 +1,26 @@
<?xml version="1.0" encoding="utf-8"?> <?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"> <PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<LdapServer>127.0.0.1</LdapServer> <LdapServer>127.0.0.1</LdapServer>
<LdapBaseDn>ou=users,dc=yunohost,dc=org</LdapBaseDn>
<LdapPort>389</LdapPort> <LdapPort>389</LdapPort>
<LdapSearchAttributes>uid, mail</LdapSearchAttributes>
<LdapUsernameAttribute>uid</LdapUsernameAttribute>
<LdapSearchFilter>(permission=cn=jellyfin.main,ou=permission,dc=yunohost,dc=org)</LdapSearchFilter>
<LdapAdminFilter>(permission=cn=jellyfin.admin,ou=permission,dc=yunohost,dc=org)</LdapAdminFilter>
<LdapBindUser></LdapBindUser>
<LdapBindPassword></LdapBindPassword>
<CreateUsersFromLdap>true</CreateUsersFromLdap>
<UseSsl>false</UseSsl> <UseSsl>false</UseSsl>
<UseStartTls>false</UseStartTls> <UseStartTls>false</UseStartTls>
<SkipSslVerify>false</SkipSslVerify> <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> </PluginConfiguration>