mirror of
https://github.com/YunoHost-Apps/osada_ynh.git
synced 2024-09-03 19:46:30 +02:00
7 lines
354 B
PHP
Executable file
7 lines
354 B
PHP
Executable file
App::$config['system']['addon'] = 'ldapauth';
|
|
|
|
App::$config['ldapauth']['ldap_server'] = 'localhost';
|
|
App::$config['ldapauth']['ldap_searchdn'] = 'ou=users,dc=yunohost,dc=org';
|
|
App::$config['ldapauth']['ldap_userattr'] = 'uid';
|
|
App::$config['ldapauth']['ldap_autocreateaccount_emailattribute'] = 'mail';
|
|
App::$config['ldapauth']['create_account'] = '1';
|