From 24dbf3435277a51dd49c5e2189fc6655260eddf4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 20 Oct 2005 03:34:49 +0000 Subject: [PATCH] r11198: The recent changes to netlogon changed this from a RID to a SID. Andrew Bartlett --- source/libcli/auth/credentials.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libcli/auth/credentials.h b/source/libcli/auth/credentials.h index 6ce3288b014..27c5a4e689e 100644 --- a/source/libcli/auth/credentials.h +++ b/source/libcli/auth/credentials.h @@ -33,7 +33,7 @@ struct creds_CredentialState { 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. */