Browse Source

[svn r11923] bugfix: http://www.dokeos.com/forum/viewtopic.php?t=8828

Patrick Cool 18 years ago
parent
commit
b3cf960c82
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/install/configuration.dist.php

+ 2 - 2
main/install/configuration.dist.php

@@ -127,8 +127,8 @@ $phpMyAdminPath              							= '';
 //============================================================================
 // For new login module
 // Uncomment these lines to activate ldap
-// $extAuthSource["ldap"]["login"]=api_get_path(SYS_CODE_PATH)."auth/ldap/login.php";
-// $extAuthSource["ldap"]["newUser"]=api_get_path(SYS_CODE_PATH)."auth/ldap/newUser.php";
+// $extAuthSource["ldap"]["login"]						= $_configuration['root_sys'].$_configuration['code_append']."auth/ldap/login.php";
+// $extAuthSource["ldap"]["newUser"]					= $_configuration['root_sys'].$_configuration['code_append']."auth/ldap/newUser.php";
 
 //============================================================================
 //   Misc. settings