Fix bug #6557 - Do not work VFS full_audit
authorJeremy Allison <jra@samba.org>
Wed, 17 Feb 2010 19:13:35 +0000 (11:13 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 17 Feb 2010 19:13:35 +0000 (11:13 -0800)
commit5564e7147fdbb136775b990d9a5d37d4d232d936
treec2e0ea6249a27f30643a2ad57c0b61b490616247
parent94074eb2e6d260e467ad3b6d354beeb282fe1ada
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