Fix bug #6557 - Do not work VFS full_audit
authorJeremy Allison <jra@samba.org>
Wed, 17 Feb 2010 18:46:21 +0000 (10:46 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 18 Feb 2010 09:24:11 +0000 (10:24 +0100)
commit20b6d0406f0f72895f99636beee7a370195147fd
treecb703b55f5c3af7825133bcb4f3850264dc96f29
parentce04bf60499104c166657df959e4033573b5be5c
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.
source/smbd/service.c