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 13:15:24 -04:00
parent a330a89351
commit 7defee7dde
3 changed files with 11 additions and 10 deletions

View File

@@ -33,6 +33,7 @@ if (!class_exists("RBAC")) {
require_once PATH_TRUNK . "gulliver/system/class.rbac.php";
}
/*
class ldapAdvancedClass
{
public function __construct()
@@ -62,6 +63,7 @@ if (!class_exists("ldapAdvancedPlugin")) {
if (class_exists("ldapAdvanced")) {
return;
}
*/
class ldapAdvanced
{