-
-
14 Jul 2000 21:41:19 UTC
- Distribution: Apache-AuthenNISPlus
- Module version: 0.06
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.53KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Apache::AuthenNISPlus - Authenticate into a NIS+ domain
SYNOPSIS
#httpd.conf <Location> AuthName "your nis+ account" AuthType Basic PerlSetVar NISPlus_Passwd_Table passwd.org_dir.yoyodyne.com PerlSetVar NISPlus_Group_Table group.org_dir.yoyodyne.com PerlAuthenHandler Apache::AuthenNISPlus require group eng require user john larry </Location>
DESCRIPTION
Authenticate into a nis+ domain.
Requires the Net::NISPlus module.
AUTHOR
valerie at savina dot com (Valerie Delane), originally based more or less on code shamelessly lifted from Doug MacEachern's Apache::AuthNIS.
COPYRIGHT
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
mod_perl(3), Apache(3).
Module Install Instructions
To install Apache::AuthenNISPlus, copy and paste the appropriate command in to your terminal.
cpanm Apache::AuthenNISPlus
perl -MCPAN -e shell install Apache::AuthenNISPlus
For more information on module installation, please visit the detailed CPAN module installation guide.