About
-
Using LDIF to simulate LDAP transactions with PHP
von
in PHPLDIF is the acronym for LDAP Data Interchange Format and a text format to represent LDAP information (http://tools.ietf.org/html/rfc2849). Respectively an LDIF file is a simple text file that can contain those LDAP information, which can be separated into two groups. On the one hand, it can hold exported LDAP data in a text format. The…