diff --git a/documentation/dependencies.html b/documentation/dependencies.html index bf7f2e7e8d..b52a400d15 100644 --- a/documentation/dependencies.html +++ b/documentation/dependencies.html @@ -63,14 +63,17 @@ required information to install it.
On Linux, Mac OS X and BSD operating systems you can use the chmod 0775 command for this (although we recommend you seek advice from an @@ -294,6 +298,8 @@ date.timezone = 'America/New_York'
If you have problems, go to the Chamilo website and ask a question on the -support forum. Please read the previous messages first to see if there is -already an answer to your question. We also maintain a list of -Frequently Asked Questions.
+support forum. Please read the previous messages first to see if there is +already an answer to your question. @@ -511,20 +534,15 @@ Newer distributions also allow downloading rpms for additional packages.Note: The LDAP mechanism has been changed in 1.9. Please check +
Note: The LDAP mechanism has been changed in 1.9. As a result, some of the following information might not be correct. Please check the configuration settings inside Chamilo to learn the details.
-In (chamilo folder)/main/inc/conf/configuration.php, around line 90, you see
-
-//for new login module
-
-//uncomment these to activate ldap
-
-//$extAuthSource['ldap']['login'] = "./main/auth/ldap/login.php";
-
-//$extAuthSource['ldap']['newUser'] = "./main/auth/ldap/newUser.php";
+In [Chamilo folder]/main/inc/conf/configuration.conf.php, around line 93, you'll find settings like the following:
+// -> Uncomment the two lines below to activate LDAP AND edit main/inc/conf/auth.conf.php for configuration
+// $extAuthSource["extldap"]["login"] = $_configuration['root_sys'].$_configuration['code_append']."auth/external_login/login.ldap.php";
+// $extAuthSource["extldap"]["newUser"] = $_configuration['root_sys'].$_configuration['code_append']."auth/external_login/newUser.ldap.php";
remove the // from the last two lines to activate LDAP.