split the username in the vuser structure into a separate
authorAndrew Tridgell <tridge@samba.org>
Tue, 2 May 2000 13:55:42 +0000 (13:55 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 2 May 2000 13:55:42 +0000 (13:55 +0000)
commit32d5416b6a777a7874fec8518ec44e750560d882
treefc131a6a1693847cb20af69e4cff36941ab53f3f
parent88a97957e7d6547fc0a021127d1de52a132d341f
split the username in the vuser structure into a separate
userdom_struct. As the name implies this also contains a domain
(unused at the moment).

This will be important shortly, as operation in appliance mode needs
the domain to be always carried with the username.
(This used to be commit ee8546342d5be90e730372b985710d764564b124)
source3/include/smb.h
source3/lib/substitute.c
source3/locking/posix.c
source3/param/loadparm.c
source3/rpc_server/srv_netlog.c
source3/rpc_server/srv_pipe_hnd.c
source3/smbd/lanman.c
source3/smbd/password.c
source3/smbd/process.c
source3/smbd/uid.c