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:
@@ -33,38 +33,6 @@ if (!class_exists("RBAC")) {
|
|||||||
require_once PATH_TRUNK . "gulliver/system/class.rbac.php";
|
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
|
class ldapAdvanced
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user