Query: ldap_modify
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LDAP_MODIFY(3) 1 LDAP_MODIFY(3) ldap_modify - Modify an LDAP entrySYNOPSISbool ldap_modify (resource $link_identifier, string $dn, array $entry)DESCRIPTIONModify the existing entries in the LDAP directory. The structure of the entry is same as in ldap_add(3).PARAMETERSo $link_identifier - An LDAP link identifier, returned by ldap_connect(3). o $dn - The distinguished name of an LDAP entity. o $entry -RETURN VALUESReturns TRUE on success or FALSE on failure.NOTESNote This function is binary-safe.SEE ALSOldap_rename(3). PHP Documentation Group LDAP_MODIFY(3)
Related Man Pages |
---|
ldap_modify_ext_s(3) - redhat |
ldap_add(3) - php |
ldap_get_entries(3) - php |
ldap_get_option(3) - php |
ldap_next_attribute(3) - php |
Similar Topics in the Unix Linux Community |
---|
howto: ldap modify acl |