svn commit: samba r17458 - in branches/SAMBA_3_0_23/source/sam: .

gd at samba.org gd at samba.org
Tue Aug 8 15:32:17 GMT 2006


Author: gd
Date: 2006-08-08 15:32:15 +0000 (Tue, 08 Aug 2006)
New Revision: 17458

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17458

Log:
Fix idmap_ad.
(align with changed idmap_methods interface)

Guenther

Modified:
   branches/SAMBA_3_0_23/source/sam/idmap_ad.c


Changeset:
Modified: branches/SAMBA_3_0_23/source/sam/idmap_ad.c
===================================================================
--- branches/SAMBA_3_0_23/source/sam/idmap_ad.c	2006-08-08 13:54:43 UTC (rev 17457)
+++ branches/SAMBA_3_0_23/source/sam/idmap_ad.c	2006-08-08 15:32:15 UTC (rev 17458)
@@ -139,12 +139,12 @@
 }
 
 /* no op */
-static NTSTATUS ad_idmap_init(const char *uri)
+static NTSTATUS ad_idmap_init(char *uri)
 {
 	return NT_STATUS_OK;
 }
 
-static NTSTATUS ad_idmap_get_sid_from_id(DOM_SID *sid, unid_t unid, int id_type, int flags)
+static NTSTATUS ad_idmap_get_sid_from_id(DOM_SID *sid, unid_t unid, int id_type)
 {
 	ADS_STATUS rc;
 	NTSTATUS status = NT_STATUS_NONE_MAPPED;



More information about the samba-cvs mailing list