1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00
friendica_ynh/conf/addon.config.php

12 lines
364 B
PHP
Raw Normal View History

2019-03-11 20:03:01 +01:00
<?php
// Addon configuration
// Copy this configuration file to addon.config.php and edit it if you want to configure addons, see below example for the twitter addon
return [
'ldapauth' => [
'ldap_server' => 'localhost',
'ldap_searchdn' => 'ou=users,dc=yunohost,dc=org',
'ldap_userattr' => 'uid',
'ldap_autocreateaccount_emailattribute' => 'mail',
],
];