http://qa.mandrakesoft.com/show_bug.cgi?id=6180





------- Additional Comments From [EMAIL PROTECTED]  2003-21-10 00:18 -------
I've compiled the packages from samba3-3.0.1-0.pre1.2mdk.src.rpm
Following packages are installed on the system:

samba3-client-3.0.1-0.pre1.2mdk
samba3-doc-3.0.1-0.pre1.2mdk
samba3-common-3.0.1-0.pre1.2mdk
samba3-server-3.0.1-0.pre1.2mdk
openldap-2.0.27-5.3mdk
openldap-clients-2.0.27-5.3mdk
openldap-servers-2.0.27-5.3mdk
libldap2-2.0.27-5.3mdk
libldap2-devel-2.0.27-5.3mdk
nss_ldap-207-1.1mdk
pam_ldap-164-1.1mdk

In /etc/openldap/slapd.conf I've activated SSL with:

TLSRandFile            /dev/random
TLSCipherSuite         HIGH:MEDIUM:+SSLv2
TLSCertificateFile      /etc/ssl/openldap/ldap.cert
TLSCertificateKeyFile   /etc/ssl/openldap/ldap.key
TLSCACertificatePath   /etc/ssl/openldap/
TLSCACertificateFile    /etc/ssl/openldap/ca.cert

I'm able to connect the ldap-server with 
ldapsearch -x -ZZ -h mse.foo.com '(uid=deg)' dn

So the certificates are ok.

With /etc/ldap.conf
uri ldaps://mse.foo.com
ssl on

the user authentication works and the users are able to connect to the shares of
the samba-server (also with ldapsam:ldaps://...)
but net3 groupmap add/list and so on fails with segmentation fault.
Did I make a mistake?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I've configured samba3 (smb.conf) with ldaps to connect our LDAP Server. When
executing the command "net3 groupmap list" I always get a Segmentation fault.

gdb -c core.22231

Program terminated with signal 11, Segmentation fault.
#0  0x40286e38 in ?? ()

If I change the line:

passdb backend = ldapsam:ldaps://mse.foo.com
to 
passdb backend = ldapsam:ldap://mse.foo.com

everything works.

I'm able to reproduce this error on two different servers with ML 9.1.
I can make a connection to a share on the samba server when ldaps is activated -
so ldaps seems to work.

Reply via email to