svn commit: samba r18422 - in branches/SAMBA_3_0/source/sam: .

gd at samba.org gd at samba.org
Tue Sep 12 08:27:28 GMT 2006


Author: gd
Date: 2006-09-12 08:27:27 +0000 (Tue, 12 Sep 2006)
New Revision: 18422

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

Log:
Use LDAPMessage in idmap_ad as well.

Guenther

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


Changeset:
Modified: branches/SAMBA_3_0/source/sam/idmap_ad.c
===================================================================
--- branches/SAMBA_3_0/source/sam/idmap_ad.c	2006-09-12 07:35:04 UTC (rev 18421)
+++ branches/SAMBA_3_0/source/sam/idmap_ad.c	2006-09-12 08:27:27 UTC (rev 18422)
@@ -149,7 +149,7 @@
 	ADS_STATUS rc;
 	NTSTATUS status = NT_STATUS_NONE_MAPPED;
 	const char *attrs[] = { "objectSid", NULL };
-	void *res = NULL;
+	LDAPMessage *res = NULL;
 	void *msg = NULL;
 	char *expr = NULL;
 	fstring sid_string;
@@ -235,7 +235,7 @@
 						  ADS_ATTR_RFC2307_UIDNUMBER_OID,
 						  ADS_ATTR_RFC2307_GIDNUMBER_OID,
 						  NULL };
-	void *res = NULL;
+	LDAPMessage *res = NULL;
 	void *msg = NULL;
 	char *expr = NULL;
 	uint32 atype, uid;



More information about the samba-cvs mailing list