Apache2::AuthenNIS

mod_perl2 NIS Authentication module.
Download

Apache2::AuthenNIS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Demetrios E. Paneras
  • Publisher web site:
  • http://search.cpan.org/~iteahaus/

Apache2::AuthenNIS Tags


Apache2::AuthenNIS Description

mod_perl2 NIS Authentication module. Apache2::AuthenNIS is a mod_perl2 NIS authentication module.SYNOPSIS < Directory /foo/bar > # This is the standard authentication stuff AuthName "Foo Bar Authentication" AuthType Basic PerlAuthenHandler Apache::AuthenNIS # Set if you want to allow an alternate method of authentication PerlSetVar AllowAlternateAuth yes | no # Standard require stuff, NIS users or groups, and # "valid-user" all work OK require user username1 username2 ... require valid-user # The following is actually only needed when authorizing # against NIS groups. This is a separate module. PerlAuthzHandler Apache::AuthzNIS < /Directory > These directives can also be used in the directive or in an .htaccess file.This perl module is designed to work with mod_perl2 and the Net::NIS module by Rik Haris (rik.harris@fulcrum.com.au). Version 0.13 of Apache::AuthenNIS was renamed and modified to use mod_perl2. That module was a direct adaptation of Michael Parker's (parker@austx.tandem.com) Apache::AuthenSmb module.The module uses Net::NIS::yp_match to retrieve the "passwd" entry from the passwd.byname map, using the supplied username as the search key. It then uses crypt() to verify that the supplied password matches the retrieved hashed password. Requirements: · Perl


Apache2::AuthenNIS Related Software