connecting to IPC$ goes under the guest account. the IPC$ share should
authorSamba Release Account <samba-bugs@samba.org>
Sun, 17 Aug 1997 21:03:12 +0000 (21:03 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Sun, 17 Aug 1997 21:03:12 +0000 (21:03 +0000)
commit38526569608f6eb5f098efee7013037873d140bf
treec8b557b7f9da8a84ef49e586e67938e28a2ff081
parent1dc37c83506a434840a04c49e423cd9d2223fab4
connecting to IPC$ goes under the guest account.  the IPC$ share should
be treated no differently than any other share (for any security setting:
user, server or share).

this will clear up a bug where, when clients connect to the IPC$ share, this
used to be done under the guest account.  the standard_sub_basic() macros
will substitute the _guest_ account for %U, causing the samba server to
look different from when the client then connects to any other share.

lkcl
source/smbd/server.c
source/smbd/uid.c