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)
commit1111bc7b0c7165e1cdf8d90eb49f4c368d2eded6
tree2a7b6689c049b982d8c134e9803aab50e08f7985
parentf005f1cf12b839f3985ab00315da63c584ce803e
Large set of changes to add UNIX account/group management
to winbindd.  See README.idmap-and-winbind-changes for details.
26 files changed:
docs/README.idmap-and-winbind-changes [new file with mode: 0644]
packaging/RedHat/samba.spec.tmpl
source/Makefile.in
source/auth/auth_util.c
source/groupdb/mapping.c
source/include/idmap.h
source/nsswitch/wb_client.c
source/nsswitch/wbinfo.c
source/nsswitch/winbindd.c
source/nsswitch/winbindd_acct.c [new file with mode: 0644]
source/nsswitch/winbindd_group.c
source/nsswitch/winbindd_idmap.c [deleted file]
source/nsswitch/winbindd_idmap_tdb.c [deleted file]
source/nsswitch/winbindd_nss.h
source/nsswitch/winbindd_pam.c
source/nsswitch/winbindd_passdb.c [deleted file]
source/nsswitch/winbindd_user.c
source/nsswitch/winbindd_util.c
source/param/loadparm.c
source/rpc_server/srv_samr_nt.c
source/sam/idmap.c
source/sam/idmap_ldap.c
source/sam/idmap_tdb.c
source/script/mkproto.awk
source/smbd/uid.c
source/utils/net_rpc_samsync.c