2
0
Fork 0

Added stuf to make ldap writes work

Esse commit está contido em:
7u83 2020-08-28 07:59:30 +02:00
commit 616c19bd41
1 arquivos alterados com 4 adições e 1 exclusões

Ver arquivo

@ -10,7 +10,7 @@ $CONFIG = array (
<% end -%>
),
'datadirectory' => '<%= @data_dir %>',
'overwrite.cli.url' => '<= @ext_url %>',
'overwrite.cli.url' => '<%= @ext_url %>',
'overwriteprotocol' => 'https',
# caching
@ -36,6 +36,9 @@ $CONFIG = array (
'dbuser' => '<%= @db_user %>',
'dbpassword' => '<%= @db_password %>',
# to make ldap write plugin work
'ldapProviderFactory' => '\\OCA\\User_LDAP\\LDAPProviderFactory',
# rest
'version' => '19.0.1.1',
'installed' => true,