Paketname | libapache2-authenntlm-perl |
Beschreibung | Perform Microsoft NTLM and Basic User Authentication |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.02-5+b1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 116 Byte |
Hängt ab von | perl (>= 5.10.0-9), perlapi-5.10.0, libc6 (>= 2.7-1), libapache2-mod-perl2 |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | libapache2-authenntlm-perl (0.02-5) |
Paketgröße | 49402 Byte |
Prüfsumme MD5 | 16cfad010ad572cd38d9e8af51df7607 |
Prüfsumme SHA1 | be41e487738efb3b54d2b024b26532d03a0d1a83 |
Prüfsumme SHA256 | bb289409919f33b3acc05fa4bc22a8a0a93b97d1f5aabfe9bf7cb5c3ec520a34 |
Link zum Herunterladen | libapache2-authenntlm-perl_0.02-5+b1_i386.deb |
Ausführliche Beschreibung | 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.
|