diff options
author | Stef Walter <stef@memberwebs.com> | 2006-05-10 17:31:32 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-05-10 17:31:32 +0000 |
commit | e593016a80ceee52b6e3244512ff4307f8c208fa (patch) | |
tree | 1c3d31e8175979443f00694834bcc10ece665826 /daemon/httpauthd.h | |
parent | 70488f63f5caf792ea9bf75004a3ea7a43ab90a4 (diff) |
Add NTLM support.
Diffstat (limited to 'daemon/httpauthd.h')
-rw-r--r-- | daemon/httpauthd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/httpauthd.h b/daemon/httpauthd.h index 18869f8..a4e9f19 100644 --- a/daemon/httpauthd.h +++ b/daemon/httpauthd.h @@ -253,6 +253,8 @@ void ha_memerr(const ha_request_t* rq); #define HA_TYPE_DIGEST 1 << 2 #define HA_PREFIX_DIGEST "Digest " +#define HA_TYPE_NTLM 1 << 3 +#define HA_PREFIX_NTLM "NTLM " /* ----------------------------------------------------------------------- * URI Parse Support |