CGI::Builder::Auth::Realm

Database of HTTPD Security Realms.
Download

CGI::Builder::Auth::Realm Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Lincoln Stein
  • Publisher web site:
  • http://search.cpan.org/~lds/Crypt-CBC-2.29/CBC.pm

CGI::Builder::Auth::Realm Tags


CGI::Builder::Auth::Realm Description

Database of HTTPD Security Realms. CGI::Builder::Auth::Realm is a Perl module that offers database of HTTPD security realms.SYNOPSIS use CGI::Builder::Auth::Realm; # pull out the definition of the "members" realm $realms = new CGI::Builder::Auth::Realm(-config_file=>'/home/httpd/conf/realms.conf'); $def = $realms->realm(-realm=>'members'); # show info about the realm print "realm name = ", $def->name," "; print "user database = ", $def->userdb," "; print "group database = ", $def->groupdb," "; print "user type = ", $def->usertype," "; print "group type = ", $def->grouptype," "; print "web server type = ",$def->server," "; print "cryptography = ", $def->crypt," "; print "other fields = ", $def->fields," "; # Connect to the database for the realm, # returning a CGI::Builder::Auth::RealmManager object. $database = $def->connect(-writable=>1);Pay no attention to that man behind the curtain! Move along, nothing to see here!This module was originally part of the HTTPD-User-Manage collection, which is available on CPAN. If you want to use it, go download that package. This module is used as part of the internal implementation of CGI::Builder::Auth. The original documentation is preserved here in this release for historical purposes. The software has been hacked and this documentation is not guaranteed to be correct. The module may disappear from the CGI::Builder::Auth distribution in a future release. Do not use it directly or rely on it.CGI::Builder::Auth::Realm defines high level security realms to be used in conjunction with Apache, Netscape and NCSA Web servers. You define the realms in a central configuration file, and access their underlying databases via this module and the CGI::Builder::Auth::RealmManager library. This allows automated tools to change user passwords, groups and other information without regard to the underlying database implementation.Important note: Do not use these modules to adjust the Unix password or group files. They do not have the same format as the Web access databases. Requirements: · Perl


CGI::Builder::Auth::Realm Related Software