http://qa.mandrakesoft.com/show_bug.cgi?id=6180
------- Additional Comments From [EMAIL PROTECTED] 2003-21-10 22:24 ------- Ok, tomorrow I will do some more tests and compile openldap-2.1.22 on Mandrake 9.1. -- 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: NEEDINFO 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.