/* * Class to read LDIF file * @package ldif2array * @author tobozo * @date 2006-12-13 */ This is very primitive class written in php4 to read LDIF files. It does not know (yet) how to write LDIF data. When instanciating the object, you can specify a filename or give it the file content. Then the data is processed and made available in the object. Greetings to Vladimir Struchkov for providing some bugfix and base64 support.