summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-08-28 23:01:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:57 -0500
commit8e0a4e7e6f8935b41e6e4ca77ef75f3e766d6eef (patch)
tree8361b7e0265b84de489c491fd56f625b593f7c76 /source3/nsswitch/winbindd_nss.h
parent49a08c7c5a099fc9bd45493622c001124f41ce8c (diff)
downloadsamba-8e0a4e7e6f8935b41e6e4ca77ef75f3e766d6eef.tar.gz
samba-8e0a4e7e6f8935b41e6e4ca77ef75f3e766d6eef.tar.bz2
samba-8e0a4e7e6f8935b41e6e4ca77ef75f3e766d6eef.zip
r17897: Store the uid in the memory creds. Don't request the
krb5 refresh creds when doing cached NTLM auth, request the memory creds instead. Jeremy. (This used to be commit 310ac0b226edcfd5bedc2c3305a05993db20c7af)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index 88fe671114..bab200ce04 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -459,6 +459,7 @@ struct winbindd_response {
struct WINBINDD_MEMORY_CREDS {
struct WINBINDD_MEMORY_CREDS *next, *prev;
const char *username; /* lookup key. */
+ uid_t uid;
int ref_count;
size_t len;
unsigned char *nt_hash; /* Base pointer for the following 2 */