Fix bug #6557 - Do not work VFS full_audit
authorJeremy Allison <jra@samba.org>
Wed, 17 Feb 2010 18:46:42 +0000 (10:46 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 18 Feb 2010 09:22:38 +0000 (10:22 +0100)
commit2eb33851a753cbd5594d44243802388cff5ae152
tree90dbdb9933c1528e44607590eb0d384164b6b50b
parent05e26adc494ad9066e2d4f438368a782db553916
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