summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-10 00:35:00 +0000
committerTim Potter <tpot@samba.org>2002-04-10 00:35:00 +0000
commit9195f34e4a777cbc3d81858cb36e97ccff54b1a2 (patch)
tree377c1678364bd67d35cdd5bd36c9c529df1645da /source3/nsswitch/winbindd.h
parent45d3315e3233ad8b9f04cf31537f495438d9348e (diff)
downloadsamba-9195f34e4a777cbc3d81858cb36e97ccff54b1a2.tar.gz
samba-9195f34e4a777cbc3d81858cb36e97ccff54b1a2.tar.bz2
samba-9195f34e4a777cbc3d81858cb36e97ccff54b1a2.zip
Moved definition of winbind username/password secrets into secrets.h
(This used to be commit b618b5943d53f33e6f03d8d47cf87efc5e1ad3e5)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index 5b63d236ba..4d35c27c21 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -203,10 +203,4 @@ 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_DOMAIN "SECRETS/AUTH_DOMAIN"
-#define SECRETS_AUTH_PASSWORD "SECRETS/AUTH_PASSWORD"
-
#endif /* _WINBINDD_H */