Package: phpldapadmin Version: 0.9.8.3-1 Severity: important
Don't know why it exits silently, but patch is: ##################################### *** lib/server_functions.php 2006-05-07 07:25:56.000000000 +0200 --- /usr/share/phpldapadmin/lib/server_functions.php 2006-05-20 20:52:35.000000000 +0200 *************** *** 2440,2446 **** debug_log('%s:getDNAttrs(): Entered with (%s,%s,%s)',17, get_class($this),$dn,$lower_case_attr_names,$deref); ! $attrs = array_pop($this->search(null,dn_escape($dn),'(objectClass=*)',array(),'base',false,$deref)); if (is_array($attrs)) { if ($lower_case_attr_names) --- 2440,2447 ---- debug_log('%s:getDNAttrs(): Entered with (%s,%s,%s)',17, get_class($this),$dn,$lower_case_attr_names,$deref); ! $result = $this->search(null,dn_escape($dn),'(objectClass=*)',array(),'base',false,$deref); ! $attrs = array_pop($result); if (is_array($attrs)) { if ($lower_case_attr_names) ############################################### -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.15.4geekette Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages phpldapadmin depends on: ii apache2-mpm-prefork [httpd] 2.0.54-5 traditional model for Apache2 ii debconf [debconf-2.0] 1.4.30.13 Debian configuration management sy ii libapache2-mod-php5 5.0.5-31 server-side, HTML-embedded scripti ii php5 5.0.5-3 server-side, HTML-embedded scripti ii php5-ldap 5.0.5-31 LDAP module for php5 -- debconf information: phpldapadmin/ldap-bindpw: secret * phpldapadmin/reconfigure-webserver: apache2 * phpldapadmin/restart-webserver: true * phpldapadmin/ldap-basedn: dc=example,dc=com * phpldapadmin/ldap-server: 127.0.0.1 * phpldapadmin/ldap-tls: false * phpldapadmin/ldap-binddn: cn=admin,dc=example,dc=com * phpldapadmin/ldap-authtype: session -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]