summaryrefslogtreecommitdiff
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-05 09:46:53 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-05 09:46:53 +0000
commit7d94f1b7365215a020d3678d03d820a7d086174f (patch)
treea026e8feeaaa78bd1e25c4b0fae601f05f42ad60 /source/include
parentaff916e543f1c70aa5fe0fc07dda21e772625097 (diff)
downloadsamba-7d94f1b7365215a020d3678d03d820a7d086174f.tar.gz
added a REALLY gross hack into kerberos_kinit_password so that
winbindd can do a kinit this will be removed once we have code that gets a tgt and puts it in a place where cyrus-sasl can see it
Diffstat (limited to 'source/include')
-rw-r--r--source/include/ads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/ads.h b/source/include/ads.h
index 36351c1c2bf..9c5e26f7038 100644
--- a/source/include/ads.h
+++ b/source/include/ads.h
@@ -12,6 +12,7 @@ typedef struct {
int ldap_port;
char *bind_path;
time_t last_attempt;
+ char *password;
} ADS_STRUCT;