From e2c5fb16e17ac0df5d2a0aaf54e81d4757030e20 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Mon, 5 Jan 2009 11:33:45 +0000 Subject: [PATCH] Add dolibarr_main_authentication in conf example. --- htdocs/conf/conf.php.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/htdocs/conf/conf.php.example b/htdocs/conf/conf.php.example index c6ea09c03c1..7240a84a95e 100644 --- a/htdocs/conf/conf.php.example +++ b/htdocs/conf/conf.php.example @@ -143,6 +143,19 @@ $character_set_client="UTF-8"; $dolibarr_main_authentication="dolibarr"; +# dolibarr_main_force_https +# This parameter allows to force the HTTPS mode. +# Warning: If you enable this parameter, your dolibarr_main_url_root parameter +# must contains an URL with https and web server must be configured to respond +# to such an URL. +# Default value: 0 +# Possible values: 0 or 1 +# Examples: +# $dolibarr_main_authentication=0; +# +$dolibarr_main_force_https=0 + + # Parameters used to setup LDAP authentication. # Uncomment them if dolibarr_main_authentication = "ldap" # -- GitLab