ldap_add
Opis
bool ldap_add ( resource link_identifier, string dn, array entry )Add entries in the LDAP directory.
Parametry
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.
Przykłady
Poprzedni | Spis treści | Następny |
ldap_8859_to_t61 | Początek rozdziału< |