|
|
与えられたLDAPサーバのためのルートDSEに含まれる属性についての 詳細は以下の文書をご覧下さい。
例1 ルートDSEを手に入れる
$options = array(/* ... */); $ldap = new Zend_Ldap($options); $rootdse = $ldap->getRootDse(); $serverType = $rootdse->getServerType();
例2 サーバ・スキーマを手に入れる
$options = array(/* ... */); $ldap = new Zend_Ldap($options); $schema = $ldap->getSchema(); $classes = $schema->getObjectClasses();
注意: ActiveDirectoryサーバで参照するスキーマ
包括的探索ルーチンによって返される項目の数に関する Microsoft ActiveDirectoryサーバに対する制限のために、 そして、ActiveDirectoryスキーマ・リポジトリの構造のために、 Microsoft ActiveDirectoryサーバでは、参照するスキーマは現在利用できません。
|
|
Copyright © 2005-2011 Zend Technologies Inc (compiled by mikaelkael with ZFDocumentor - SVN 22750).

