コード例 #1
0
ファイル: LdapTests.php プロジェクト: utn-frm-si/booked
 public function testAuthRealLdap()
 {
     require_once ROOT_DIR . 'plugins/Authentication/Ldap/namespace.php';
     $ldap = new Ldap(PluginManager::Instance()->LoadAuthentication());
     $ldap->Validate('riemann', 'password');
 }