Generic LDAP Client Tool _ ____ ___ ____ ____ _ _ ____ _ ___ ____ ____ ____ | | | _ \ / _ \ _ \ | __\ \/ / _ \ | / _ \ _ \ | __ _ \ | | | | \ | |_| | |_) ) | |_ \/ / | |_) ) | | | | | |_) )| |_ | |_) ) | |__| |_/ | _ | __/ | |__ / /\ | __/ |__| |_| | _ / | |__| _ / |_________/ _| |_ _| |____/_/\_\ _| |____ \___/ _| \_\ ____ _| \_\ Latest Updated: Jan 29, 2003 1.18 2003.01.29 - INSTALL document larded with suggestions by Raszka Radovan - display port number with the host name in LDAP tree - fix a bug that LDAP Explorer cann't display entries correctly if the entries in grand children's level and objectclass is not "*". Thanks for suggestions from Jenni Bennett 1.17 2001.03.23 - fix a bug that certain characters have special significance in HTML, e.g. '&', '"', '<', '>' can not be displayed correctly in "detail" window reported by Thierry Cornilleau 1.16 2001.01.11 - add sorting entries feature while displaying the LDAP tree which required by Jon Fortier - add set_time_limit (0), i.e., no time limit is imposed while script is executed. This hint is generously supported by Sergio Ballestrero - split right frame into right top and right bottom frames. Display entry details in the top; displaying action buttons in the bottom. 1.15 2000.11.28 - add filelist document - add FAQ sgml/html format documents - rename files from *.php3 to *.php - change to ldap_get_values () to ldap_get_values_len () (PHP3 >= 3.0.13, PHP4 >= 4.0RC2). New function is full compatible with old one and do not need patch for PHP any more. - preferences of host, port, basedn, binddn, filter have been added 1.14a 2000.05.24 - Run and test LDAP Explorer against Novell eDirectory. Add "How to config Novell eDirectory to run LDAP Explorer" in FAQ. - update FAQ. A solution to problem while apache returns "Maximum execution time exceeded in tree.php3 on line xxx" 1.14 2000.03.25 - rewrite whole tree.php3 module. new module includes two parts: generate tree structure and display tree - feature search or find entries in subtree has been added. Many thanks to Jenni Bennett and Alexander Liesch for goading me such a long time to add this feature - remove entries displaying limitation - fix a bug that "LDAP result entry index is 0" in detail.php3 module 1.13a 2000.03.20 - fix a minor bug that Netscape Directory Server will return "Unable to bind to server" if $bindpw is empty - fix a secure hole in temporary file "/tmp/LE00****". which never check the link is followed. reported by Cris Bailiff - a bug on solaris temporary file directory default is "/var/tmp" 1.13 2000.03.16 - revamp whole source code tree; remove a lot of UGLY codes; shrink the file size; simplify logic structure; a lot of bugs fixed; more comments in source code; more documents - cascading Style Sheet support added - security hole bug fixed in temporary file (including binddn and bindpw) - use function rawurlencode () to pass parameters - rename DN feature added - LDAP Explorer logo added. First step to commercialization 1.12b 2000.03.03 - fix a bug caused by value of attribute can be NULL in Netscape Directory Server while delete a attribute 1.12a 2000.02.29 - fix bug that caused by new attribute called "info" reported by Ilkka Torvinen 1.12 2000.01.20 - substitute double quotes - """ with """ in inputting field - modify the bug that characters ", #, &, + can not as password parameters passed correctly - .png image file format support - user can specify objectclass 1.11 1999.09.28 - Add, modify and detele attribute (text or binary in an entry); Upload binary file support; A few bugs fixed 1.11B1 1999.09.17 - JPEG/GIF image support 1.1 1999.09.16 - fix bug that can only display one attribute which multiple same attributes in one entry - fix bug that can not read binary attribute correctly - Add expand/collapse feature for base DN - Add/Modify binary attribute (need patch for php3 ldap module) 1.0 1999.09.01 - First released version Special thanks to PHP development team