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:
parent
e0e5b47ce6
commit
4d4fd35c6b
1 changed files with 0 additions and 14 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue