diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-10-20 03:34:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:00 -0500 |
commit | bf38a5e7c59defc19781ceee05b0287e00a24364 (patch) | |
tree | ac8d4fd2199d4fcb085a74985146ea1e428846f1 /source4/libcli/auth | |
parent | 22a9779328877c4e44af39799a1a20454136e3e5 (diff) | |
download | samba-bf38a5e7c59defc19781ceee05b0287e00a24364.tar.gz samba-bf38a5e7c59defc19781ceee05b0287e00a24364.tar.bz2 samba-bf38a5e7c59defc19781ceee05b0287e00a24364.zip |
r11198: The recent changes to netlogon changed this from a RID to a SID.
Andrew Bartlett
(This used to be commit 24dbf3435277a51dd49c5e2189fc6655260eddf4)
Diffstat (limited to 'source4/libcli/auth')
-rw-r--r-- | source4/libcli/auth/credentials.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |