1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: apache-mod-auth-ntlm-winbind
Section: httpd
Priority: optional
Maintainer: Olly Betts <olly@survex.com>
Build-Depends: debhelper (>= 9), apache2-dev (>= 2.4), apache2 (>= 2.4),
autotools-dev
Homepage: http://adldap.sourceforge.net/wiki/doku.php?id=mod_auth_ntlm_winbind
Standards-Version: 3.9.4
Package: libapache2-mod-auth-ntlm-winbind
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, apache2-api-20120211, winbind
Description: apache2 module for NTLM authentication against Winbind
The mod_auth_ntlm_winbind module provides authentication and
authorisation over the web against a Microsoft Windows NT/2000/XP/etc or
Samba Domain Controller using Samba's winbind daemon running on the
same machine Apache is running on.
.
If you're considering using this module, you should be aware that NTLM
isn't regarded as very secure by modern standards - even Microsoft no longer
recommends its use - and where possible, you probably want to use Kerberos with
negotiate auth over https instead (see Debian package
libapache2-mod-auth-kerb).
|