r22978: Don't use current_user to prep the security ctx in change_to_user
commit0e9210d0eaf0c9de231e48e671cfb0861d62a1da
authorGerald Carter <jerry@samba.org>
Thu, 17 May 2007 22:27:42 +0000 (17 22:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:12 +0000 (10 12:22 -0500)
tree013ba32433f70b34da0418159800092c5514c9b6
parent78c59b56b7fa56e47ba4339928ee61137413354a
r22978: Don't use current_user to prep the security ctx in change_to_user
since any SID/uid/gid translation calls will reset the struct when
popping the security ctx.  This should fix the standalone server
configuration issues reported by David Rankin (thanks for the logs).
(This used to be commit 63cb25bad19d9600399a6ee2221497d71e805320)
source3/smbd/uid.c