ldap_add
Add entries to LDAP directory
&reftitle.description;
boolldap_add
resourcelink_identifier
stringdn
arrayentry
arrayserverctrls
Add entries in the LDAP directory.
&reftitle.parameters;
link_identifier
An LDAP link identifier, returned by ldap_connect.
dn
The distinguished name of an LDAP entity.
entry
An array that specifies the information about the entry. The values in
the entries are indexed by individual attributes.
In case of multiple values for an attribute, they are indexed using
integers starting with 0.
]]>
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
Complete example with authenticated bind
]]>
&reftitle.notes;
¬e.bin-safe;
&reftitle.seealso;
ldap_delete