[Lispweb] NIS authentication

Mac Chan lispweb at mac.e4ward.com
Wed Jul 13 17:06:00 CDT 2005


Hi,

I think it's a pretty common requirement in small scale intranet
webapp to support NIS authentication.

Does anyone know if such package exists for lisp like the mod_perl
Apache::AuthzNIS module?

Or if any of you have experience rolling your own, would you share
with us your solution?

Thanks,
-- nsr

    <Directory /usr/lib/cgi-bin/>
        AllowOverride None
        Allow from all
        Order Deny,Allow
        Deny from All
        AuthName "Please enter your NIS Login Credentials:"
        AuthType Basic
        PerlAuthenHandler Apache::AuthenNIS
        require group intranet-users
        PerlAuthzHandler Apache::AuthzNIS
    </Directory>




More information about the lispweb mailing list