mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Update LDAP configuration
Co-authored-by: h3ndrik h3ndrik@users.noreply.github.com
This commit is contained in:
parent
ade36194b5
commit
b4ab1faec5
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<?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>
|
||||
<LdapBaseDn>ou=users,dc=yunohost,dc=org</LdapBaseDn>
|
||||
|
@ -7,10 +7,10 @@
|
|||
<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>cn=admin,ou=users,dc=yunohost,dc=org</LdapBindUser>
|
||||
<LdapBindPassword />
|
||||
<LdapBindUser></LdapBindUser>
|
||||
<LdapBindPassword></LdapBindPassword>
|
||||
<CreateUsersFromLdap>true</CreateUsersFromLdap>
|
||||
<UseSsl>true</UseSsl>
|
||||
<UseSsl>false</UseSsl>
|
||||
<UseStartTls>false</UseStartTls>
|
||||
<SkipSslVerify>false</SkipSslVerify>
|
||||
</PluginConfiguration>
|
||||
|
|
Loading…
Add table
Reference in a new issue