Bug 4442 - smbd cores when user connects to share with ADC valid users
Summary: smbd cores when user connects to share with ADC valid users
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.24
Hardware: Other Windows XP
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-09 03:00 UTC by Paul Thompson
Modified: 2007-03-10 03:02 UTC (History)
1 user (show)

See Also:


Attachments
All confs, trace logs & core files (220.25 KB, application/x-gzip-compressed)
2007-03-09 03:03 UTC, Paul Thompson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Thompson 2007-03-09 03:00:49 UTC
Samba cores when a valid share is trying to authorise the client against the ADC and where the valid users = the group name in the ADC.

I'll attached the tgz of all config and logs
Comment 1 Paul Thompson 2007-03-09 03:03:49 UTC
Created attachment 2319 [details]
All confs, trace logs & core files
Comment 2 Simo Sorce 2007-03-09 14:20:59 UTC
Can you please specify what OS/Distribution do you see this on?
which kernel and glibc version?

Thanks,
Simo.
Comment 3 Paul Thompson 2007-03-09 16:01:18 UTC
Sorry, late at night when I submitted this and the first attempt with all the blurb was dropped when submitted 1st time..  Oh well.  Think the info is also in the attachment pack.

Fedora Core 5, latest YUM rpm release

[root@whos-f2 ~]# uname -a
Linux whos-f2.in.whos.com.au 2.6.19-1.2288.2.4.fc5 #1 SMP Sun Mar 4 15:57:52 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
[root@whos-f2 ~]# rpm -qa|sort|grep glib
avahi-glib-0.6.11-3.fc5
dbus-glib-0.62-0.2.fc5
dbus-glib-0.62-0.2.fc5
glib-1.2.10-18.2.2
glib-1.2.10-18.2.2
glib2-2.10.3-1
glib2-2.10.3-1
glib2-devel-2.10.3-1
glibc-2.4-11
glibc-2.4-11
glibc-common-2.4-11
glibc-devel-2.4-11
glibc-devel-2.4-11
glibc-headers-2.4-11
glibc-kernheaders-3.0-5.2
glib-java-0.2.6-1.fc5
NetworkManager-glib-0.6.4-1.fc5
[root@whos-f2 ~]# smbd -V
Version 3.0.24-1.fc5
[root@whos-f2 ~]#
Comment 4 Simo Sorce 2007-03-09 20:49:55 UTC
I am sorry, but this is a wellknown bug in FC5 glibc.
There is nothing we can do for it.
FC6 with latest updates is known to work.

You may try submitting a bug against FC5 glibc.
Comment 5 Volker Lendecke 2007-03-10 03:02:21 UTC
There's one workaround: Replace the "valid users = @group" by "valid users = +group" in your share definitions.

Volker