/*
** Module   :README
** Abstract :
**
** Copyright (C) Sergey I. Yevtushenko
**
** Log: Mon  07/10/2002 Created
**
*/

This is a 'quick & dirty' version of the LSOS2AUTH
(LAN Server authentication module for OS/2).

It is based on:

 * MSNT - Microsoft Windows NT domain squid authenticator module
 * Version 2.0 by Stellar-X Pty Ltd, Antonino Iannella
 * Sun Sep  2 14:39:53 CST 2001

From original source I took config loader (modified) and main module
(also modified). Other parts are not used because for LS domain
authentication native calls are used. Somewhat different (I believe
more convenient) logic is used: user must not just provide valid
username and password but also must belong to (specified in configuration)
group. Original logic with 'allowed' and 'denied' lists of users
left unchanged so this approach can be used as well.

All code falls under GNU public license (because of original sources).

Mon  20021007
es@os2.ru

