-
The content of a LDIF file are parsed and split into one or more blocks with different sections of directory definition data. Each block is parsed into a bi-dimensional array for further processing for an LDAP server access application.Requirements: PHP 4.0 or higher
-
LDAP 2 LDIF can perform a search query to an LDAP server and export the results in the LDIF format. The class handles the connection to a LDAP server and execute searches the provided the base DN for a given search filter.The result data can be then saved to a file or can be outputted to the current page. The ...

