Fix bug #6557 - Do not work VFS full_audit
commit1d71d4b6b5f5fdf5caf9fed861c2032bb307a32f
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:21:52 +0000 (18 10:21 +0100)
tree6710221b5eafec861e25f8ccc35edfafb6f7d6b9
parent45c634eafa2f398827f16345b56603b969964527
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.
source3/smbd/service.c