[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
heimdal snapshot on debian (etch) segfaults when using LDAP backend.
- To: "Heimdal-discuss list" <heimdal-discuss@sics.se>
- Subject: heimdal snapshot on debian (etch) segfaults when using LDAP backend.
- From: "Mustafa A. Hashmi" <mahashmi@gmail.com>
- Date: Wed, 31 Jan 2007 19:00:26 +0500
- DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cmPzbU/Ax/FGU7uXLV5A+nXprZG4XixXm/+cAE1idtQyR6/SidpHhsJdmu2INQKN0EybZ+qOoBpBwjuda/Jx5/HVPKUdxSyskYBx3i3QGKw4WO4GJ0qmBd4QFSoXH8JWlweE4Mr3/PSqa4021fZYKZfgRNUx6Ral1CyKZsT0InM=
- Sender: owner-heimdal-discuss@sics.se
Hi all,
I am hoping someone using ldap as their backend on Debian can give me
a hint here.
Using one of the later snapshots (Jan 30/07) for heimdal, I was trying
to compile LDAP support in on Debian etch. All appears to go well,
however, heimdal segfaults when any command is issued after kadmin -l.
The configuration is done as follows:
autoreconfig -f
./configure --prefix=/usr --enable-shared --with-kaserver
--with-roken=/usr --without-des --with-openldap=/usr
--with-openldap-lib=/usr/lib --with-openldap-include=/usr/include
--with-readline-include=/usr/include/editline --enable-kcm
--with-openssl --infodir=/usr/share/info --libexecdir=/usr/sbin
make && make install
Running 'strace kadmin -l'
init CA.DOMAIN.COM
results in:
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig -icanon
-echo ...}) = 0
ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
rt_sigaction(SIGINT, {SIG_IGN}, {0xb7fb5f60, [], SA_RESTART}, 8) = 0
time(NULL) = 1170251345
rt_sigaction(SIGPIPE, {SIG_IGN}, NULL, 8) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 25702 detached
If I remove the database directive which specifies ldap as the
backend, all works quite well.
Please note: using the heimdal-0.72 package from etch, I can
successfully store the DB in LDAP without any issues, however, lack of
pkinit support there restricts us from moving forward.
If I can provide any further information, please let me know.
Appreciate all help.
Regards,
Mustafa.