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)
commit0e58085978f984436815114a2ec347cf7899a89d
tree3afeaf87a43542c5cdb5da929113b4ea37abdf44
parentf59bcb51cfe4e268ba43245d401d212aefdf2b72
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.
47 files changed:
source/Makefile.in
source/auth/auth_rhosts.c
source/auth/auth_util.c
source/client/client.c
source/configure.in
source/groupdb/mapping.c
source/include/auth.h
source/include/debug.h
source/include/idmap.h
source/include/includes.h
source/include/passdb.h
source/include/rpc_lsa.h
source/include/rpc_misc.h
source/include/smb.h
source/lib/debug.c
source/lib/readline.c
source/lib/snprintf.c
source/lib/username.c
source/nsswitch/winbindd.c
source/nsswitch/winbindd_cache.c
source/nsswitch/winbindd_group.c
source/nsswitch/winbindd_sid.c
source/nsswitch/winbindd_user.c
source/nsswitch/winbindd_util.c
source/pam_smbpass/pam_smb_passwd.c
source/pam_smbpass/support.c
source/param/loadparm.c
source/passdb/passdb.c
source/passdb/pdb_get_set.c
source/passdb/pdb_guest.c
source/passdb/pdb_ldap.c
source/passdb/pdb_nisplus.c
source/passdb/pdb_smbpasswd.c
source/passdb/pdb_tdb.c
source/passdb/pdb_xml.c
source/rpc_server/srv_pipe.c
source/rpc_server/srv_samr_nt.c
source/rpc_server/srv_util.c
source/smbd/chgpasswd.c
source/smbd/ntquotas.c
source/smbd/nttrans.c
source/smbd/password.c
source/smbd/posix_acls.c
source/smbd/server.c
source/smbd/uid.c
source/utils/pdbedit.c
source/utils/profiles.c