[Cpu-users] [wichert@wiggy.net: Bug#223326: cpu: segfaults on account creation]
Brought to you by:
matheny
|
From: Guido T. <ult...@de...> - 2003-12-08 13:44:04
|
Hi, Here is a bug report from a debian CPU user. It refers to version 1.4.1 (the one which is in debian testing) but I've reproduced it with 1.4.2 too... Has this problem already been addressed and is it fixed in CVS or in 1.4.3? Thanks, Guido ----- Forwarded message from Wichert Akkerman <wi...@wi...> ----- Subject: Bug#223326: cpu: segfaults on account creation Reply-To: Wichert Akkerman <wi...@wi...>, 22...@bu... From: Wichert Akkerman <wi...@wi...> To: Debian Bug Tracking System <su...@bu...> Date: Mon, 08 Dec 2003 13:41:13 +0100 Package: cpu Version: 1.4.1-4 Severity: grave Creating LDAP accounts does not work: # cpu useradd -L test test Group 100 does not exist, using anyway. Segmentation fault The backtrace reveals that it segfaults in ldapUserCheck at line 342, which does a strlen(npass). Since npass is NULL at that point this produces a segfault. Wichert. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux vortex 2.6.0-test9 #2 Mon Nov 3 13:47:06 CET 2003 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages cpu depends on: ii cracklib2 2.7-13 A pro-active password checker libr ii debconf 1.3.20 Debian configuration management sy ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an ii libldap2 2.1.22-1 OpenLDAP libraries -- debconf information: cpu/ldap/USER_BASE: * cpu/ldap_uri: ldap://localhost cpu/ldap/LDAP_URI: ldap://localhost cpu/overwrite_conf: false * cpu/ldap_dn: cn=admin,dc=attingo,dc=nl * cpu/do_debconf: false * cpu/ldap_base: dc=attingo,dc=nl cpu/ldap/BIND_DN: cpu/ldap/GROUP_BASE: ----- End forwarded message ----- |