moving more code around.
authorGerald Carter <jerry@samba.org>
Fri, 11 Jul 2003 05:33:40 +0000 (05:33 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 11 Jul 2003 05:33:40 +0000 (05:33 +0000)
commit03d5867d529f126da368ebda70bf2d997aa602e0
tree6bed479ab42b3bcbd5ac6b70157c16232ff69869
parentd117c83ca9fc1b598d09f5d24805560e9c49f65c
moving more code around.

  * move rid allocation into IDMAP.  See comments in _api_samr_create_user()
  * add winbind delete user/group functions

I'm checking this in to sync up with everyone.  But I'm going to split
the add a separate winbindd_allocate_rid() function for systems
that have an 'add user script' but need idmap to give them a RID.
Life would be so much simplier without 'enable rid algorithm'.
The current RID allocation is horrible due to this one fact.
Tested idmap_tdb but not idmap_ldap yet.  Will do that tomorrow.

Nothing has changed in the way a samba domain is represented, stored,
or search in the directory so things should be ok with previous installations.

going to bed now.
(This used to be commit 0463045cc7ff177fab44b25faffad5bf7140244d)
20 files changed:
source3/auth/auth_util.c
source3/groupdb/mapping.c
source3/include/idmap.h
source3/lib/smbldap.c
source3/nsswitch/wb_client.c
source3/nsswitch/wbinfo.c
source3/nsswitch/winbindd_acct.c
source3/nsswitch/winbindd_nss.h
source3/nsswitch/winbindd_user.c
source3/passdb/passdb.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/pdb_tdb.c
source3/rpc_server/srv_samr_nt.c
source3/sam/idmap.c
source3/sam/idmap_ldap.c
source3/sam/idmap_tdb.c
source3/sam/idmap_util.c
source3/utils/net_rpc_samsync.c
source3/utils/pdbedit.c