mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
f31d1016be
* Updated to version 2018.09 (#11) * Upgrade to 2018.09 * Upgrade to 2018.09 * Upgrade to 2018.09 * Upgrade to 2018.09 * Upgrade to 2018.09 * Upgrade to 2018.09 * Upgrade to 2018.09 * Upgrade to 2018.09 * Upgrade to 2018.09 * Upgrade to 2018.09 * Fixed ldap plugin in 2018.09 * Removed name from ldap configuration * Updation from previous version fix * Updation from previous version fix * Updation from previous version fix * Put commenting at right palce
21 lines
460 B
PHP
21 lines
460 B
PHP
<?php return <<<INI
|
|
|
|
; Copy this configuration file to addon.ini.php and edit it if you want to configure addons, see below example for the twitter addon
|
|
|
|
;[twitter]
|
|
;consumerkey = localhost
|
|
;consumersecret = mysqlusername
|
|
|
|
[system]
|
|
addon = ldapauth
|
|
|
|
[ldapauth]
|
|
ldap_server = 'localhost'
|
|
ldap_searchdn = 'ou=users,dc=yunohost,dc=org'
|
|
ldap_userattr = 'uid'
|
|
ldap_autocreateaccount = 'true'
|
|
ldap_autocreateaccount_emailattribute = 'mail'
|
|
|
|
|
|
INI;
|
|
// Keep this line
|