De-coupled the mapping of a Windows to UNIX username from the Get_Pwnam
authorJeremy Allison <jra@samba.org>
Wed, 10 Jun 1998 19:45:13 +0000 (19:45 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 10 Jun 1998 19:45:13 +0000 (19:45 +0000)
commit72bf410b6e9b85f8fbff7f6175661829bef35f62
tree11c6f694c2f4b4c3bb2e9325b071215a6d0dfbbf
parent1b86bead993051f93ea1570ad404e270b06045d3
De-coupled the mapping of a Windows to UNIX username from the Get_Pwnam
username case conversion wrapper. It is now (very) explicit where we are
mapping between an incoming Windows username, and when we are doing a
UNIX password entry lookup, which may change the case of the given
username.
This makes things *much* clearer (IMHO:-) and will ease the adding of
the 'groupname map' parameter, and the addition of the special 'jeremy'
mode for Samba where unix users will not be needed. (We must think of
a better name for it :-).
Jeremy.
(This used to be commit fb6ed81844e7cb6049749e43ac9b4adfaf4ca2de)
source3/lib/username.c
source3/lsarpcd/srv_lsa.c
source3/rpc_server/srv_lsa.c
source3/rpc_server/srv_netlog.c
source3/smbd/ipc.c
source3/smbd/reply.c