1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libroxen-ntuserauth
Section: web
Priority: optional
Maintainer: Turbo Fredriksson <turbo@debian.org>
Standards-Version: 3.5.2
Build-Depends: debhelper
Package: libroxen-ntuserauth
Architecture: all
Depends: roxen (>= 1.3.122-10) | roxen2 | caudium, libroxen-smbauth
Description: WinNT/SMB user authentication module for the Roxen Challenger web server
This user database and security module authenticates users against
WinNT/SMB (Samba) servers.
.
This module is two part: a pike module written in C and the Roxen
module written in pike. You must compile and install the SMBAuth pike
module before NTUserauth will work properly.
.
This module also supports using "domain/username" as the username in
order to allow access to user databases spread through multiple
domains.
|