r11198: The recent changes to netlogon changed this from a RID to a SID.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 20 Oct 2005 03:34:49 +0000 (03:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:00 +0000 (13:45 -0500)
Andrew Bartlett
(This used to be commit 24dbf3435277a51dd49c5e2189fc6655260eddf4)

source4/libcli/auth/credentials.h

index 6ce3288b014d9ee8e3f84c9b882686eacf94b0e8..27c5a4e689e5bf843e9ffae8dca0f733a255957f 100644 (file)
@@ -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. */