svn commit: samba r11198 - in branches/SAMBA_4_0/source/libcli/auth: .

abartlet at samba.org abartlet at samba.org
Thu Oct 20 03:34:50 GMT 2005


Author: abartlet
Date: 2005-10-20 03:34:49 +0000 (Thu, 20 Oct 2005)
New Revision: 11198

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

Log:
The recent changes to netlogon changed this from a RID to a SID.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/libcli/auth/credentials.h


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/credentials.h
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/credentials.h	2005-10-20 03:21:34 UTC (rev 11197)
+++ branches/SAMBA_4_0/source/libcli/auth/credentials.h	2005-10-20 03:34:49 UTC (rev 11198)
@@ -33,7 +33,7 @@
 	const char *domain;
 	const char *computer_name;
 	const char *account_name;
-	uint32_t rid;
+	struct dom_sid *sid;
 };
 
 /* for the timebeing, use the same neg flags as Samba3. */



More information about the samba-cvs mailing list