summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-08-19 13:32:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:11 -0500
commit9d62046b0e09fa7a4a660859dd8651e6d60c8dc8 (patch)
tree50e7036ab1e464575d967882bc98cadb47dc8b5a /source4/libnet/libnet.h
parentc3ec4582ba8d840be0ccfd18e6704f5583b6469f (diff)
downloadsamba-9d62046b0e09fa7a4a660859dd8651e6d60c8dc8.tar.gz
samba-9d62046b0e09fa7a4a660859dd8651e6d60c8dc8.tar.bz2
samba-9d62046b0e09fa7a4a660859dd8651e6d60c8dc8.zip
r1919: paasword change basicly works now:-)
but we need to find the real pdc for the users domain and fallback to other levels metze (This used to be commit f1b9c1f3dd0fb927c065541da900ae43e0018a62)
Diffstat (limited to 'source4/libnet/libnet.h')
-rw-r--r--source4/libnet/libnet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/libnet/libnet.h b/source4/libnet/libnet.h
index 65dba4ff78..0a96e6c530 100644
--- a/source4/libnet/libnet.h
+++ b/source4/libnet/libnet.h
@@ -25,6 +25,11 @@ struct libnet_context {
* a client env context
* a user env context
*/
+ struct {
+ const char *account_name;
+ const char *domain_name;
+ const char *password;
+ } user;
};
/* struct and enum for connecting to a dcerpc inferface */