From bf38a5e7c59defc19781ceee05b0287e00a24364 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 20 Oct 2005 03:34:49 +0000 Subject: r11198: The recent changes to netlogon changed this from a RID to a SID. Andrew Bartlett (This used to be commit 24dbf3435277a51dd49c5e2189fc6655260eddf4) --- source4/libcli/auth/credentials.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/auth') diff --git a/source4/libcli/auth/credentials.h b/source4/libcli/auth/credentials.h index 6ce3288b01..27c5a4e689 100644 --- a/source4/libcli/auth/credentials.h +++ b/source4/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. */ -- cgit