forked from Wavyzz/dolibarr
Qual: Externalisation en fichier modules des modes de connexion
This commit is contained in:
@@ -124,12 +124,14 @@ $character_set_client="ISO-8859-1";
|
||||
# This parameter contains the way authentication is done.
|
||||
# If value "ldap" is used, you must also set parameters dolibarr_main_auth_ldap_*
|
||||
# Default value: dolibarr
|
||||
# Possible values: http, dolibarr, ldap
|
||||
# Possible values: Any values found in files in htdocs/includes/login directory after
|
||||
# the "function_" string and before the ".php" string.
|
||||
# Examples:
|
||||
# $dolibarr_main_authentication="http";
|
||||
# $dolibarr_main_authentication="dolibarr";
|
||||
# $dolibarr_main_authentication="ldap";
|
||||
#
|
||||
$dolibarr_main_authentication="dolibarr"
|
||||
|
||||
|
||||
# Parameters used to setup LDAP authentication.
|
||||
@@ -150,7 +152,7 @@ $character_set_client="ISO-8859-1";
|
||||
|
||||
|
||||
# Parameters not used yet
|
||||
# dolibarr_smarty_libs_dir
|
||||
# dolibarr_smarty_libs_dir,dolibarr_smarty_compile,dolibarr_smarty_cache
|
||||
# Examples:
|
||||
# $dolibarr_smarty_libs_dir="/var/www/dolibarr/external-libs/smarty/libs/";
|
||||
# $dolibarr_smarty_compile="/var/www/dolibarr/documents/temp/smarty_templates";
|
||||
|
||||
Reference in New Issue
Block a user