Query: apache2::sitecontrol::radius
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Apache2::SiteControl::Radius(3pm) User Contributed Perl Documentation Apache2::SiteControl::Radius(3pm)NAMEApache2::SiteControl::Radius - Raduis authentication module for SiteControlSYNOPSISIn Apache/mod_perl's configuration: PerlModule Apache2::SiteControl <Location /sample> ... PerlSetVar SiteControlMethod Apache2::SiteControl::Radius ... </Location> <FilesMatch ".pl$"> ... PerlSetVar RadiusSiteControlHost "localhost" PerlSetVar RadiusSiteControlSecret "mysecret" ... </FilesMatch> <Location /SampleLogin> ... PerlSetVar RadiusSiteControlHost "localhost" PerlSetVar RadiusSiteControlSecret "mysecret" ... </Location>DESCRIPTIONApache2::SiteControl::Radius uses Authen::Radius to do the actual authentication of login attempts for the SiteControl system. See the SiteControl documentation for a complete apache configuration example. The synopsis above shows the configuration parameters for the radius module only, which is not a stand-alone thing. The proper variables for the apache configuration of this modules are shown in the synopsis above. You must set the radius host and shared secret in all sections that will use the SiteControl system for authentication.SEE ALSOApache2::SiteControlAUTHORThis module was written by Tony Kay, <tkay@uoregon.edu>.COPYRIGHT AND LICENSEperl v5.14.2 2006-03-17 Apache2::SiteControl::Radius(3pm)
Related Man Pages |
---|
apache2::status(3) - mojave |
apache2::status(3) - osx |
apache2::filterrec(3pm) - debian |
apache2::status(3pm) - debian |
authen::simple::radius(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
How do you parse a variable in a bash script? |
Using Apache2 to Store Files for Accessing with wget? |
Apache2 configuration |
Radius |
Radius client on AIX |