summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-12-11 05:19:15 +0000
committerTim Potter <tpot@samba.org>2001-12-11 05:19:15 +0000
commit6cc5e2edc1018a30b9ef16f2572849790ab490d1 (patch)
tree3e55db5b5e67d747a5c61ccfb542a84678a448c8 /source3/nsswitch/winbindd.h
parentf4dfa9b6b26020c32c6e8452ea6b5bfb8e631981 (diff)
downloadsamba-6cc5e2edc1018a30b9ef16f2572849790ab490d1.tar.gz
samba-6cc5e2edc1018a30b9ef16f2572849790ab490d1.tar.bz2
samba-6cc5e2edc1018a30b9ef16f2572849790ab490d1.zip
Modify winbindd to use authenticated user info from secrets.tdb when making
IPC$ connections to domain controllers. (This used to be commit 1217ef28a6c18c085fcb2eac3bf04866c166d959)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index 40514cc83a..2a6fa22961 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -194,4 +194,9 @@ typedef struct {
#define SETENV(name, value, overwrite) ;
#endif
+/* Authenticated user info is stored in secrets.tdb under these keys */
+
+#define SECRETS_AUTH_USER "SECRETS/AUTH_USER"
+#define SECRETS_AUTH_PASSWORD "SECRETS/AUTH_PASSWORD"
+
#endif /* _WINBINDD_H */