include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong there...
commit425f4ad9a5e0e7d49620276100ade7a0cae47011
authorJeremy Allison <jra@samba.org>
Thu, 8 Jun 2000 17:50:19 +0000 (8 17:50 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 8 Jun 2000 17:50:19 +0000 (8 17:50 +0000)
tree1837507ac4f7b99bac432f71fa87ac5e277c3404
parentc5d7ee506da31bbfbd6775c2dbcd121a44de794d
include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong there (yet)
as there is no infrastructure for it. Replaced it with a dynamic array
of group SIDs plus a user.
passdb/passdb.c: Added setup_user_sids() function. This is where the lookup should be done,
eventually calling winbind.
smbd/password.c: Changed to call setup_user_sids(). Removed spurious DEBUG(0) statements.
smbd/reply.c: Removed extra parameter to register_vuid().

Jeremy.
source/include/proto.h
source/include/smb.h
source/passdb/passdb.c
source/smbd/password.c
source/smbd/reply.c