软件包: libapache2-authenntlm-perl (0.02-3) [universe]
libapache2-authenntlm-perl 的相关链接
Ubuntu 的资源:
下载源码包 libapache2-authenntlm-perl:
- [libapache2-authenntlm-perl_0.02-3.dsc]
- [libapache2-authenntlm-perl_0.02.orig.tar.gz]
- [libapache2-authenntlm-perl_0.02-3.diff.gz]
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Hendrik Frenzel
It should generally not be necessary for users to contact the original maintainer.
相似软件包:
Perform Microsoft NTLM and Basic User Authentication
The purpose of this module is to perform a user authentication via Microsoft's NTLM protocol. This protocol is supported by all versions of the Internet Explorer and is mainly useful for intranets. Depending on your preferences setting IE will supply your windows logon credentials to the web server when the server asks for NTLM authentication. This saves the user to type in his/her password again.
The NTLM protocol performs a challenge/response to exchange a random number (nonce) and get back a md4 hash, which is built from the user's password and the nonce. This makes sure that no password goes over the wire in plain text.
The main advantage of the Perl implementation is, that it can be easily extended to verify the user/password against other sources than a windows domain controller.
The default implementation is to go to the domain controller for the given domain and verify the user. If you want to verify the user against another source, you can inherit from Apache2::AuthenNTLM and override it's methods.
This description was automagically extracted from the module by dh-make-perl.
其它与 libapache2-authenntlm-perl 有关的软件包
|
|
|
-
- dep: libapache2-mod-perl2
- Integration of perl with the Apache2 web server
-
- dep: libc6 (>= 2.6.1-1)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: perl (>= 5.8.8-7ubuntu3)
- Larry Wall 的实用抽取和报表语言(Practical Extraction and Report Language)
-
- dep: perlapi-5.8.8
- 本虚包由这些包填实: perl-base