Lines Matching defs:fields

326              $fields = array("samaccountname", "distinguishedname", "objectClass");
327 $sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields);
333 $fields = array("distinguishedname");
334 $sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields);
374 $fields = array("samaccountname", "distinguishedname", "objectClass");
375 $sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields);
381 $fields = array("samaccountname");
382 $sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields);
413 * @param array $fields Fields to retrieve
416 public function info($groupName, $fields = NULL)
426 if ($fields === NULL) {
427 $fields = array("member","memberof","cn","description","distinguishedname","objectcategory","samaccountname");
429 $sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields);
440 * @param array $fields Fields to retrieve
443 public function infoCollection($groupName, $fields = NULL)
448 $info = $this->info($groupName, $fields);
512 $fields = array("samaccountname", "description");
513 $sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields);
591 $fields = array("samaccountname","distinguishedname");
592 $sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields);
619 $fields = array("primarygrouptoken", "samaccountname", "distinguishedname");
620 $sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields);