| /dokuwiki/lib/plugins/authad/adLDAP/classes/ |
| H A D | adLDAPComputers.php | 60 * @param array $fields Attributes to return 63 public function info($computerName, $fields = NULL) argument 69 if ($fields === NULL) { 70 …$fields = array("memberof","cn","displayname","dnshostname","distinguishedname","objectcategory","… 72 …sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields); 82 * @param array $fields Array of parameters to query 85 public function infoCollection($computerName, $fields = NULL) argument 90 $info = $this->info($computerName, $fields);
|
| H A D | adLDAPContacts.php | 130 * @param array $fields Attributes to be returned 133 public function info($distinguishedName, $fields = NULL) argument 139 if ($fields === NULL) { 140 …$fields = array("distinguishedname", "mail", "memberof", "department", "displayname", "telephonenu… 142 …sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields); 163 * @param array $fields Array of parameters to query 166 public function infoCollection($distinguishedName, $fields = NULL) argument 171 $info = $this->info($distinguishedName, $fields); 261 $fields = array("displayname","distinguishedname"); 262 …sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields);
|
| H A D | adLDAPGroups.php | 326 $fields = array("samaccountname", "distinguishedname", "objectClass"); 327 …sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields); 333 $fields = array("distinguishedname"); 334 … = 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 … = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields); 413 * @param array $fields Fields to retrieve 416 public function info($groupName, $fields = NULL) argument [all …]
|
| H A D | adLDAPUsers.php | 214 * @param array $fields Array of parameters to query 218 public function info($username, $fields = NULL, $isGUID = false) argument 234 if ($fields === NULL) { 235 …$fields = array("samaccountname","mail","memberof","department","displayname","telephonenumber","p… 237 if (!in_array("objectsid", $fields)) { 238 $fields[] = "objectsid"; 240 …sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields); 245 if (in_array("memberof", $fields)) { 269 * @param array $fields Array of parameters to query 273 public function infoCollection($username, $fields = NULL, $isGUID = false) argument [all …]
|
| /dokuwiki/conf/ |
| H A D | mediameta.php | 27 $fields = array( variable
|
| /dokuwiki/inc/lang/en/ |
| H A D | updateprofile.txt | 3 You only need to complete those fields you wish to change. You may not change your user name.
|
| /dokuwiki/lib/plugins/usermanager/lang/en/ |
| H A D | import.txt | 5 The CSV fields should be separated by commas (,) and strings delimited by quotation marks (%%""%%).…
|
| /dokuwiki/lib/plugins/authad/ |
| H A D | auth.php | 213 …$fields = ['mail', 'displayname', 'samaccountname', 'lastpwd', 'pwdlastset', 'useraccountcontrol']; 216 $fields = array_merge($fields, $this->conf['additional']); 217 $fields = array_unique($fields); 218 $fields = array_filter($fields); 221 $result = $adldap->user()->info($this->getUserName($user), $fields);
|
| /dokuwiki/inc/ |
| H A D | media.php | 162 static $fields = null; 163 if ($fields === null) { 180 foreach ($fields as $key => $field) { 1232 static $fields = null; 1233 if (is_null($fields)) { 1242 foreach ($fields as $tag) {
|
| H A D | JpegMeta.php | 139 * @param array|string $fields field name or array with field names 142 function getField($fields) { argument 143 if(!is_array($fields)) $fields = array($fields); 145 foreach($fields as $field){
|
| H A D | template.php | 1153 foreach ($fields as $tag) {
|