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
Created attachment 2319 [details] All confs, trace logs & core files
Can you please specify what OS/Distribution do you see this on? which kernel and glibc version? Thanks, Simo.
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 ~]#
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.
There's one workaround: Replace the "valid users = @group" by "valid users = +group" in your share definitions. Volker