JClientLdap::add
Add an attribute to the given DN Note: DN has to exist already
Signature
public function add(string
$dn,
array
$entry )
Parameters
-
$dn
- The DN of the entry to add the attribute
-
$entry
- An array of arrays with attributes to add
Returns
- boolean
- Result of operation