bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs 1.12.9 - LDAP/PAM - io.c:81: ber_write: Assertion `buf != ((void *)0


From: Florian Rosenauer
Subject: cvs 1.12.9 - LDAP/PAM - io.c:81: ber_write: Assertion `buf != ((void *)0)' failed.
Date: Tue, 12 Jun 2007 07:58:43 -0700
User-agent: G2/1.0

Hi,

i get the following error.

[root@server0 ~]# cvs -d :pserver:userid@localhost/var/cvs2 login
Logging in to :pserver:userid@localhost:2401/var/cvs2
CVS password:
cvs [login aborted]: unrecognized auth response from localhost:
cvs: ../../../libraries/liblber/io.c:81: ber_write: Assertion `buf !=
((void *)0)' failed.

cvs hast been compiled using ./configure --enable-pam
a solution for cvs 1.12.9 would be great (.9 is the latest usable
version providing eclipse 3.0 / RAD 6 compatibility)
the error is also present using 1.12.13

using CVSROOT\passwd everything works fine
using the same configuration at an Red Hat EL AS 3 everything works
fine too.

Any Ideas?

Thanks
Florian


Some System Information:

[root@server0 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
[root@server0 ~]# cat /etc/xinetd.d/cvspserver2
service cvspserver
{
disable = no
port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv = PATH
server = /usr/bin/cvs
server_args = -f --allow-root=/var/cvs2 pserver
}

[root@server0 ~]# cat /etc/pam.d/cvs
auth        required    pam_ldap.so
account     required    pam_ldap.so
session     required    pam_ldap.so

[root@server0 ~]# rpm -qa | grep pam
pam_ccreds-1-3
pam-devel-0.77-66.11
pam-0.77-66.11
pam_passwdqc-0.7.5-2
pam_krb5-2.1.8-1
pam_smb-1.1.7-5
[root@server0 ~]#



reply via email to

[Prev in Thread] Current Thread [Next in Thread]