PM-1060 "Fusionar el plugin LDAP advanced al core del enterprise" SOLVED

Issue:
    Fusionar el plugin LDAP advanced al core del enterprise
    - No es posible crear un nuevo AuthenticationSource con ----> Provider: ldapAdvanced
Cause:
    - Implementacion incompleta en este modulo (AuthenticationSource)
Solution:
    - Se ha completado el ldapAdvanced en este modulo (AuthenticationSource), se agrego el hash correcto
This commit is contained in:
Victor Saisa Lopez
2015-07-07 14:04:44 -04:00
parent 7defee7dde
commit d24c564256

View File

@@ -33,38 +33,6 @@ if (!class_exists("RBAC")) {
require_once PATH_TRUNK . "gulliver/system/class.rbac.php";
}
/*
class ldapAdvancedClass
{
public function __construct()
{
set_include_path(PATH_PLUGINS . "ldapAdvanced" . PATH_SEPARATOR . get_include_path());
}
public function getFieldsForPageSetup()
{
return array();
}
public function updateFieldsForPageSetup($data)
{
return array();
}
public function setup()
{
}
}
if (!class_exists("ldapAdvancedPlugin")) {
require_once PATH_PLUGINS . "ldapAdvanced.php";
}
if (class_exists("ldapAdvanced")) {
return;
}
*/
class ldapAdvanced
{
/**