API17:JLDAP::add
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JLDAP::add
Description
Add an attribute to the given DN Note: DN has to exist already.
Description:JLDAP::add [Edit Descripton]
Synopsis
public JLDAP::add ($dn, $entry)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $dn | string | dn The DN of the entry to add the attribute | |
| $entry | array | entry An array of arrays with attributes to add |
Returns
bool Result of operation
Defined in
libraries/joomla/client/ldap.php (line 362)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
