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)
commitea4c7557dd7048ba7a266d28de9e43fe0e282a52
tree1e6bf499ea17c61a456262540a7ba8280ad8754a
parentb65fdef1ba6a9a0a27da724a8324a6f2804759cf
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
(This used to be commit 38526569608f6eb5f098efee7013037873d140bf)
source3/smbd/server.c
source3/smbd/uid.c