CVS update: samba/source/rpc_server

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


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

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

Modified Files:
	srv_samr_nt.c 
Added Files:
	srv_samr_util.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:
srv_samr_util.c		NONE => 1.1
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_util.c?rev=1.1
srv_samr_nt.c		1.98 => 1.99
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c?r1=1.98&r2=1.99




More information about the samba-cvs mailing list