rpc_server/srv_samr.c:
authorJeremy Allison <jra@samba.org>
Thu, 11 Jan 2001 18:38:55 +0000 (18:38 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 11 Jan 2001 18:38:55 +0000 (18:38 +0000)
commit7ba0a2192b89954604dd793c537b4a17c2d1ac07
tree30973ece5c8c9ea03f8c4a525a9d43dafcb0b109
parent84247ba7d7048cc828edad282313bfd21bbc6b5d
rpc_server/srv_samr.c:
smbd/reply.c:
Added fix needed for appliances. When using winbindd - a new user may
exist (from winbind) but have no home directory. Extend add user script
so it is called with a %H substitution when a user exists but their home
directory does not. Thanks to Alex Win at VA Linux for finding this one
and testing the fix.
libsmb/clidgram.c: Fixed missing return statements.
smbd/uid.c: Fixed typo in debug.
Jeremy.
source/include/proto.h
source/libsmb/clidgram.c
source/rpc_server/srv_samr.c
source/smbd/reply.c
source/smbd/uid.c