Move addon-specific config to config/addon.ini.php
This commit is contained in:
@@ -10,7 +10,7 @@ However, it's possible with an option to automate the creation of a Friendica ba
|
||||
Note when using with Windows Active Directory: you may need to set TLS_CACERT in your site
|
||||
ldap.conf file to the signing cert for your LDAP server.
|
||||
|
||||
The configuration options for this module may be set in the config/local.ini.php file
|
||||
The configuration options for this module may be set in the config/addon.ini.php file
|
||||
e.g.:
|
||||
|
||||
[ldapauth]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php return <<<INI
|
||||
|
||||
; Warning: Don't change this file! It only holds the default config values for this addon.
|
||||
; Instead overwrite these config values in config/local.ini.php in your Friendica directory
|
||||
; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
|
||||
|
||||
[ldapauth]
|
||||
; ldap_server (String)
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
* Note when using with Windows Active Directory: you may need to set TLS_CACERT in your site
|
||||
* ldap.conf file to the signing cert for your LDAP server.
|
||||
*
|
||||
* The configuration options for this module may be set in the config/local.ini.php file
|
||||
* The configuration options for this module may be set in the config/addon.ini.php file
|
||||
* e.g.:
|
||||
*
|
||||
* [ldapauth]
|
||||
|
||||
Reference in New Issue
Block a user