And finally IDMAP in 3_0
authorSimo Sorce <idra@samba.org>
Mon, 12 May 2003 18:12:31 +0000 (18:12 +0000)
committerSimo Sorce <idra@samba.org>
Mon, 12 May 2003 18:12:31 +0000 (18:12 +0000)
commitc823b191ab476fc2583d6d6aaa1e2edb09cbb88e
treede7a7bc704024faf8e9b5dc750eed0cec6684ebb
parent9308eaf77d53b2d86c071ef07a8e32d9d83b6d12
And finally IDMAP in 3_0

We really need idmap_ldap to have a good solution with ldapsam, porting
it from the prvious code is beeing made, the code is really simple to do
so I am confident it is not a problem to commit this code in.

Not committing it would have been worst.
I really would have been able to finish also the group code, maybe we can
put it into a followin release after 3.0.0 even if it may be an upgrade
problem.

The code has been tested and seem to work right, more testing is needed for
corner cases.

Currently winbind pdc (working only for users and not for groups) is
disabled as I was not able to make a complete group code replacement that
works somewhat in a week (I have a complete patch, but there are bugs)

Simo.
(This used to be commit 0e58085978f984436815114a2ec347cf7899a89d)
47 files changed:
source3/Makefile.in
source3/auth/auth_rhosts.c
source3/auth/auth_util.c
source3/client/client.c
source3/configure.in
source3/groupdb/mapping.c
source3/include/auth.h
source3/include/debug.h
source3/include/idmap.h
source3/include/includes.h
source3/include/passdb.h
source3/include/rpc_lsa.h
source3/include/rpc_misc.h
source3/include/smb.h
source3/lib/debug.c
source3/lib/readline.c
source3/lib/snprintf.c
source3/lib/username.c
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_cache.c
source3/nsswitch/winbindd_group.c
source3/nsswitch/winbindd_sid.c
source3/nsswitch/winbindd_user.c
source3/nsswitch/winbindd_util.c
source3/pam_smbpass/pam_smb_passwd.c
source3/pam_smbpass/support.c
source3/param/loadparm.c
source3/passdb/passdb.c
source3/passdb/pdb_get_set.c
source3/passdb/pdb_guest.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_nisplus.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/pdb_tdb.c
source3/passdb/pdb_xml.c
source3/rpc_server/srv_pipe.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_util.c
source3/smbd/chgpasswd.c
source3/smbd/ntquotas.c
source3/smbd/nttrans.c
source3/smbd/password.c
source3/smbd/posix_acls.c
source3/smbd/server.c
source3/smbd/uid.c
source3/utils/pdbedit.c
source3/utils/profiles.c