我有以下代码。
$groupName = "Access to QC source file and symbol information";
$filter = "(cn=". $groupName . ")";
$result = ldap_search($this->con, "OU=Distribution Groups,OU=Groups,DC=rim,DC=net", $filter, array('managedBy','msExchCoManagedByLink'));
$entry = ldap_get_entries($this->con, $result);
echo $entry[0]['managedby'][0];
$ group名称存在于MS Outlook目录中,但未显示。它只返回0.请帮忙。