Bug 7412 - segfault in libtalloc when server wants LANMAN passwords
Summary: segfault in libtalloc when server wants LANMAN passwords
Status: RESOLVED DUPLICATE of bug 7370
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: Client Tools (show other bugs)
Version: 3.5.1
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Samba QA Contact
URL: http://bugs.debian.org/574886
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 09:50 UTC by Debian samba package maintainers (PUBLIC MAILING LIST)
Modified: 2010-05-06 10:36 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Debian samba package maintainers (PUBLIC MAILING LIST) 2010-05-06 09:50:11 UTC
Maybe this bug could deserve more information from the original bug submitter but I didn't want to forget about forwarding it.

So, one of our users reported the following:
=========================================================
I get segfault while trying to get a list of share. 

192.168.0.3 is my local IP.

ea@debian:~$ smbclient -L 192.168.0.3
Enter ea's password: 
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.5.1]
Server requested LANMAN password (share-level security) but 'client lanman auth' is disabled
Segmentation fault
ea@debian:~# dmesg | tail -1
[17713.467193] smbclient[31779]: segfault at 4000001ad ip 00007f5d786d81b4 sp 00007fffb6a7f110 error 4 in libtalloc.so.2.0.1[7f5d786d6000+9000]
=========================================================

The segault disappears when the user enables "client lanman auth" in smb.conf
Comment 1 Volker Lendecke 2010-05-06 10:25:41 UTC
This is very likely a duplicate. Please re-open this bug if 

https://bugzilla.samba.org/attachment.cgi?id=5640&action=view

does not solve this for you.

Thanks,

Volker

*** This bug has been marked as a duplicate of bug 7370 ***
Comment 2 Debian samba package maintainers (PUBLIC MAILING LIST) 2010-05-06 10:36:57 UTC
Arg. I missed #7370 when looking over Bugzilla. Sorry for the extra time you had to spend on this and thanks for the quick answer.

Christian