Large set of changes to add UNIX account/group management
authorGerald Carter <jerry@samba.org>
Wed, 9 Jul 2003 16:44:47 +0000 (16:44 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 9 Jul 2003 16:44:47 +0000 (16:44 +0000)
commit16ff7b26f6b9d288cbd1d39e075b637e24da13a6
treeb20088c7adac8df8823defc6649db0a9607c0c6a
parent816724fb39ba1d13f553704b2deaa3e8e716c5ab
Large set of changes to add UNIX account/group management
to winbindd.  See README.idmap-and-winbind-changes for details.
(This used to be commit 1111bc7b0c7165e1cdf8d90eb49f4c368d2eded6)
26 files changed:
docs/README.idmap-and-winbind-changes [new file with mode: 0644]
packaging/RedHat/samba.spec.tmpl
source3/Makefile.in
source3/auth/auth_util.c
source3/groupdb/mapping.c
source3/include/idmap.h
source3/nsswitch/wb_client.c
source3/nsswitch/wbinfo.c
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_acct.c [new file with mode: 0644]
source3/nsswitch/winbindd_group.c
source3/nsswitch/winbindd_idmap.c [deleted file]
source3/nsswitch/winbindd_idmap_tdb.c [deleted file]
source3/nsswitch/winbindd_nss.h
source3/nsswitch/winbindd_pam.c
source3/nsswitch/winbindd_passdb.c [deleted file]
source3/nsswitch/winbindd_user.c
source3/nsswitch/winbindd_util.c
source3/param/loadparm.c
source3/rpc_server/srv_samr_nt.c
source3/sam/idmap.c
source3/sam/idmap_ldap.c
source3/sam/idmap_tdb.c
source3/script/mkproto.awk
source3/smbd/uid.c
source3/utils/net_rpc_samsync.c