and so it begins....
authorGerald Carter <jerry@samba.org>
Mon, 7 Jul 2003 05:11:10 +0000 (05:11 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 7 Jul 2003 05:11:10 +0000 (05:11 +0000)
commit8266dffab4aedba12a33289ff32880037ce950a8
treeee13f8244fec56f86545b43a3f58b971289a9c4d
parent42fdcef324d7a04e69c0078482e1a6b8a67ade94
and so it begins....

* remove idmap_XX_to_XX calls from smbd.  Move back to the
  the winbind_XXX and local_XXX calls used in 2.2

* all uid/gid allocation must involve winbindd now

* move flags field around in winbindd_request struct

* add WBFLAG_QUERY_ONLY option to winbindd_sid_to_[ug]id()
  to prevent automatic allocation for unknown SIDs

* add 'winbind trusted domains only' parameter to force a domain member
  server to use matching users names from /etc/passwd for its domain
  (needed for domain member of a Samba domain)

* rename 'idmap only' to 'enable rid algorithm' for better clarity
  (defaults to "yes")

code has been tested on

  * domain member of native mode 2k domain
  * ads domain member of native mode 2k domain
  * domain member of NT4 domain
  * domain member of Samba domain
  * Samba PDC running winbindd with trusts

Logons tested using 2k clients and smbclient as domain users
and trusted users. Tested both 'winbind trusted domains only = [yes|no]'

This will be a long week of changes.  The next item on the list is
winbindd_passdb.c & machine trust accounts not in /etc/passwd (done
via winbindd_passdb)
21 files changed:
source/auth/auth_util.c
source/auth/auth_winbind.c
source/include/smb_macros.h
source/lib/smbldap.c
source/lib/system_smbd.c
source/nsswitch/wb_client.c
source/nsswitch/wb_common.c
source/nsswitch/winbindd_group.c
source/nsswitch/winbindd_nss.h
source/nsswitch/winbindd_pam.c
source/nsswitch/winbindd_passdb.c
source/nsswitch/winbindd_sid.c
source/nsswitch/winbindd_user.c
source/param/loadparm.c
source/passdb/passdb.c
source/passdb/pdb_ldap.c
source/sam/idmap_util.c
source/smbd/server.c
source/smbd/uid.c
source/utils/ntlm_auth.c
source/utils/pdbedit.c