php man page for ldap_modify

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 entry

SYNOPSIS
bool ldap_modify (resource $link_identifier, string $dn, array $entry)
DESCRIPTION
Modify the existing entries in the LDAP directory. The structure of the entry is same as in ldap_add(3).
PARAMETERS
o $link_identifier - An LDAP link identifier, returned by ldap_connect(3). o $dn - The distinguished name of an LDAP entity. o $entry -
RETURN VALUES
Returns TRUE on success or FALSE on failure.
NOTES
Note This function is binary-safe.
SEE ALSO
ldap_rename(3). PHP Documentation Group LDAP_MODIFY(3)
Related Man Pages
ldap_modify(3) - redhat
ldap_compare(3) - php
ldap_get_option(3) - php
ldap_get_values(3) - php
ldap_next_entry(3) - php
Similar Topics in the Unix Linux Community
howto: ldap modify acl