a minimal change to get appliance mode to work with winbindd
authorAndrew Tridgell <tridge@samba.org>
Thu, 4 May 2000 16:01:47 +0000 (16:01 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 4 May 2000 16:01:47 +0000 (16:01 +0000)
commitf6844e0b7eb4412bc44c5533b09f856dc9272e75
tree442d0d97d908695260ac0521259e2d5968260749
parentf74ea2b78b2aaa4621936c87487f2e9c2072144f
a minimal change to get appliance mode to work with winbindd

we needed to accept usernames of the form DOMAIN/user, which means we
needed to pass the domain to a getpwnam() like routine in certain
critical spots.

What I'd rather do is get rid of "char *user" everywhere and use the
new userdom_struct, but that will have to wait a few days.
(This used to be commit 8b7a10febead8be182e7d5b1d68259e31530b69c)
source3/include/proto.h
source3/lib/username.c
source3/smbd/password.c
source3/smbd/reply.c
source3/smbd/service.c