summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-05-20 23:22:41 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2018-05-20 23:22:41 +0200
commit930efe67e81635e632f1e6f93e1c56499c79a55f (patch)
tree32bd7528daa013936ece7aea8fb36cec622dbe79
parente69cde312084f383a346f98f9d7edd42b27e2aef (diff)
downloadplan9front-930efe67e81635e632f1e6f93e1c56499c79a55f.tar.xz
ape: fix auth.h
-rw-r--r--sys/include/ape/auth.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/include/ape/auth.h b/sys/include/ape/auth.h
index f5b5327a0..eef5d90c1 100644
--- a/sys/include/ape/auth.h
+++ b/sys/include/ape/auth.h
@@ -63,6 +63,7 @@ struct AuthInfo
struct Chalstate
{
char *user;
+ char *dom;
char chal[MAXCHLEN];
int nchal;
void *resp;
@@ -81,7 +82,7 @@ struct Chapreply /* for protocol "chap" */
char resp[MD5LEN];
};
-struct MSchapreply /* for protocol "mschap" */
+struct MSchapreply /* for protocol "mschap" and "ntlm" */
{
char LMresp[24]; /* Lan Manager response */
char NTresp[24]; /* NT response */