diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-08 17:44:48 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-08 17:44:48 +0800 |
commit | 59527c72c439603bc97679c089fe66b8f833c04a (patch) | |
tree | c97f6d926db000bf41b0639030bc97df83ba3a75 /security/Makefile | |
parent | f1d411b867c33b0add1a4b8064c215dbe70f0c40 (diff) | |
download | freebsd-ports-graphics-59527c72c439603bc97679c089fe66b8f833c04a.tar.gz freebsd-ports-graphics-59527c72c439603bc97679c089fe66b8f833c04a.tar.zst freebsd-ports-graphics-59527c72c439603bc97679c089fe66b8f833c04a.zip |
The NTLM (Windows NT LAN Manager) authentication scheme is the
authentication algorithm used by Microsoft.
NTLM authentication scheme is used in DCOM and HTTP environment. It is
used to authenticate DCE RPC packets in DCOM. It is also used to
authenticate HTTP packets to MS Web Proxy or MS Web Server.
Currently, it is the authentication scheme Internet Explorer chooses to
authenticate itself to proxies/web servers that supports NTLM.
WWW: http://search.cpan.org/dist/Authen-NTLM/
PR: ports/98684
Submitted by: James Thomason <james@divide.org>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 4ebeda3b9a7..982d629605a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -286,6 +286,7 @@ SUBDIR += p5-Authen-Htpasswd SUBDIR += p5-Authen-Krb5 SUBDIR += p5-Authen-Libwrap + SUBDIR += p5-Authen-NTLM SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Radius SUBDIR += p5-Authen-SASL |