Fix bug #6557 - Do not work VFS full_audit
commit8096297973d911f9736646a31773e38f79deadae
authorJeremy Allison <jra@samba.org>
Wed, 17 Feb 2010 18:11:57 +0000 (17 10:11 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 18 Feb 2010 09:43:14 +0000 (18 10:43 +0100)
tree3c7cc4980d39b96826c9a32aac18424741570e4e
parentf79c8cff1494e9c6b5d02773727e735eed528bfb
Fix bug #6557 - Do not work VFS full_audit

Re-arrange the operations order so SMB_VFS_CONNECT is done
first as root (to allow modules to correctly initialize themselves).

Reviewed modules to check if they needed CONNECT invoked as
a user (which we previously did) and it turns out any of them
that cared needed root permissions anyway.

Jeremy.
(cherry picked from commit 1d71d4b6b5f5fdf5caf9fed861c2032bb307a32f)
source3/smbd/service.c