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

Delete LDAP-Auth.xml

This commit is contained in:
liberodark 2020-05-31 00:04:43 +02:00 committed by GitHub
parent e0e5b47ce6
commit 4d4fd35c6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +0,0 @@
<?xml version="1.0"?>
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<LdapServer>localhost</LdapServer>
<LdapBaseDn>ou=users,dc=yunohost,dc=org</LdapBaseDn>
<LdapPort>389</LdapPort>
<LdapSearchAttributes>uid, cn, mail, displayName</LdapSearchAttributes>
<LdapUsernameAttribute>uid</LdapUsernameAttribute>
<LdapSearchFilter>(objectClass=mailAccount)</LdapSearchFilter>
<LdapAdminFilter>(enabledService=JellyfinAdministrator)</LdapAdminFilter>
<LdapBindUser>cn=admin,dc=yunohost,dc=org</LdapBindUser>
<LdapBindPassword>__BINDPASSWORD__</LdapBindPassword>
<CreateUsersFromLdap>true</CreateUsersFromLdap>
<UseSsl>false</UseSsl>
</PluginConfiguration>