This is a bit esoteric, but I suspect it matters. 'smbd' doesn't appear to use 'pam' to establish the per-user limits established in '/etc/security/limits.conf' when assuming a user-id. I discovered this while developing a daemon that creates 10,000 threads. Had to increase the 'ulimit' value for processes like so: testuser hard nproc unlimited testuser soft nproc unlimited Neglicted to do the same for 'root', and discovered that 'smbd' blows up with [2006/05/21 23:03:02, 0] lib/util_sec.c:assert_uid(95) Failed to set uid privileges to (-1,500) now set to (0,0) while trying to become my user-id during an access attempt from the windows box. Applying the above limits to 'root' and restarting 'smbd' from a 'root' logon using the '/etc/rc.d/init.d/smb' script fixes the problem, and I interpret this to mean that the user limits are not applied by Samba when switching. Didn't look at the source however. Running CentOS 4.3 (RHEL 4, update 3) samba-3.0.10-1.4E.6 AMD 'x86_64'