LDAPサーバから情報を取得

ルートDSE

与えられたLDAPサーバのためのルートDSEに含まれる属性についての 詳細は以下の文書をご覧下さい。

例508 ルートDSEを手に入れる

$options = array(/* ... */);
$ldap = new Zend_Ldap($options);
$rootdse = $ldap->getRootDse();
$serverType = $rootdse->getServerType();

参照するスキーマ

例509 サーバ・スキーマを手に入れる

$options = array(/* ... */);
$ldap = new Zend_Ldap($options);
$schema = $ldap->getSchema();
$classes = $schema->getObjectClasses();

OpenLDAP

ActiveDirectory

ActiveDirectoryサーバで参照するスキーマ

包括的探索ルーチンによって返される項目の数に関する Microsoft ActiveDirectoryサーバに対する制限のために、 そして、ActiveDirectoryスキーマ・リポジトリの構造のために、 Microsoft ActiveDirectoryサーバでは、参照するスキーマは現在利用できません