smbd: add simple noop smbd_impersonate_{conn_vuid,conn_sess,root,guest}_create()...
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Mar 2018 09:54:41 +0000 (10:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 12 Jul 2018 12:25:17 +0000 (14:25 +0200)
commit5285966e67cbee8519015df12a15e938e85e6ee7
treee752b402749c9678ec7bd06dde3b5177e1e4c7fd
parent23319ef5a2eff4811b685d4ab54179efc49bac99
smbd: add simple noop smbd_impersonate_{conn_vuid,conn_sess,root,guest}_create() wrappers

As a start these are just wrappers arround
smbd_impersonate_debug_create(), without any real impersonation.
But this will change shortly.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/proto.h
source3/smbd/uid.c