CVS update: samba/source/passdb

abartlet at samba.org abartlet at samba.org
Wed Jul 3 17:37:52 EST 2002


Date:	Wed Jul  3 00:37:51 2002
Author:	abartlet

Update of /data/cvs/samba/source/passdb
In directory va:/tmp/cvs-serv29802/passdb

Modified Files:
	passdb.c pdb_get_set.c 
Added Files:
	pdb_compat.c 
Log Message:
Break up the passdb objects (to allow RPC clients to link without brining in
*.o) and implment new enum_dom_users code in the SAMR RPC subsystem.

Incresingly, we are using the pdb_get_{user,group}_sid() functions, in the
eventual hope that we might one day support muliple domains off a single
passdb.  To extract the RID, we use sid_peek_check_rid(), and supply an
'expected' domain SID.

The id21 -> SAM_ACCOUNT and id23 -> SAM_ACCOUNT code has been moved to
srv_samr_util.c, to ease linking in passdb users.

Compatiblity code that uses 'get_global_sam_sid()' for the 'expected' sid is in
pdb_compat.c

Andrew Bartlett


Revisions:
pdb_compat.c		NONE => 1.1
	http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_compat.c?rev=1.1
passdb.c		1.161 => 1.162
	http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/passdb.c?r1=1.161&r2=1.162
pdb_get_set.c		1.14 => 1.15
	http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_get_set.c?r1=1.14&r2=1.15




More information about the samba-cvs mailing list