Home
last modified time | relevance | path

Searched refs:givenName (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php109 * @param string $givenName Given name
113 public function addX400($username, $country, $admd, $pdmd, $org, $surname, $givenName, $isGUID=false) argument
125 $attributes['exchange_proxyaddress'] = $proxyValue . 'c=' . $country . ';a=' . $admd . ';p=' . $pdmd . ';o=' . $org . ';s=' . $surname . ';g=' . $givenName . ';';