This is a nice rewrite:
authorSimo Sorce <idra@samba.org>
Tue, 29 Apr 2003 22:06:16 +0000 (22:06 +0000)
committerSimo Sorce <idra@samba.org>
Tue, 29 Apr 2003 22:06:16 +0000 (22:06 +0000)
commita1eaa7d5e0f428359c0f661aeb2c313fa428ee0b
tree1d006dc489a2373fc3e55f78cc6ce34a4880b9aa
parent0db7c13f9210c0eac82050a2b9e37bd81bfffe10
This is a nice rewrite:

SAM_ACCOUNT does not have anymore uid and gid fields
all the code that used them has been fixed to use the proper idmap calls

fix to idmap_tdb for first time idmap.tdb initialization.

auth_serversupplied_info structure has now an uid and gid field

few other fixes to make the system behave correctly with idmap

tested only with tdbsam, but smbpasswd and nisplus should be ok

have not tested ldap !
(This used to be commit 6a6f6032467e55aa9b76390e035623976477ba42)
23 files changed:
source3/auth/auth_rhosts.c
source3/auth/auth_util.c
source3/include/auth.h
source3/include/smb.h
source3/pam_smbpass/pam_smb_passwd.c
source3/pam_smbpass/support.c
source3/passdb/passdb.c
source3/passdb/pdb_get_set.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_nisplus.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/pdb_tdb.c
source3/passdb/pdb_unix.c
source3/rpc_server/srv_pipe.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_util.c
source3/sam/idmap_tdb.c
source3/sam/idmap_util.c
source3/smbd/chgpasswd.c
source3/smbd/password.c
source3/smbd/posix_acls.c
source3/smbd/uid.c
source3/utils/pdbedit.c