Query: ldap_delete
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LDAP_DELETE(3) 1 LDAP_DELETE(3) ldap_delete - Delete an entry from a directorySYNOPSISbool ldap_delete (resource $link_identifier, string $dn)DESCRIPTIONDeletes a particular entry in LDAP directory.PARAMETERSo $link_identifier - An LDAP link identifier, returned by ldap_connect(3). o $dn - The distinguished name of an LDAP entity.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOldap_add(3). PHP Documentation Group LDAP_DELETE(3)
Related Man Pages |
---|
ldap_delete_ext(3) - mojave |
ldap_delete_s(3) - linux |
ldap_delete_ext(3) - linux |
ldap_delete(3) - redhat |
ldap_delete_ext_s(3) - redhat |
Similar Topics in the Unix Linux Community |
---|
LDAP delete - seems not working |
LDAP delete - question |