Ejemplo n.º 1
0
 public function testAuthRealLdap()
 {
     require_once ROOT_DIR . 'plugins/Authentication/Ldap/namespace.php';
     $ldap = new Ldap(PluginManager::Instance()->LoadAuthentication());
     $ldap->Validate('riemann', 'password');
 }