Index: openacs-4/packages/acs-core-docs/www/install-pam-radius.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-pam-radius.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-core-docs/www/install-pam-radius.html 16 Feb 2005 00:21:03 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/install-pam-radius.html 4 Jun 2006 00:45:24 -0000 1.3 @@ -1,4 +1,5 @@ -Install PAM Radius for use as external authentication

Install PAM Radius for use as external authentication

By Malte Sussdorff

+ +Install PAM Radius for use as external authentication

Install PAM Radius for use as external authentication

By Malte Sussdorff

OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff.

This step by step guide is derived from the installation instructions which you can find at yourdomain.com/doc/acs-authentication/ext-auth-pam-install.html. It is build upon PAM 0.77 (tested) and does not work on RedHat Linux Enterprise 3 (using PAM 0.75). It makes use of the ns_pam module written by Mat Kovach. The instructions given in here do work with PAM LDAP accordingly and differences will be shown at the end of the file.

  1. Install ns_pam.�Download and install ns_pam

    [root aolserver]# cd /usr/local/src/aolserver/
    @@ -30,6 +31,6 @@
     make
     cp pam_radius_auth.so /lib/security/
     
    -          

    Next you have to add the configuration lines to your Radius configuration file (/etc/rddb/server). For AOLserver to be able to access this information you have to change the access rights to this file as well.

    [root pam_radius]# echo "radius.yourdomain.com:1645 your_radius_password >>/etc/rddb/server
    +          

    Next you have to add the configuration lines to your Radius configuration file (/etc/rddb/server). For AOLserver to be able to access this information you have to change the access rights to this file as well.

    [root pam_radius]# echo "radius.yourdomain.com:1645 your_radius_password >>/etc/rddb/server
               [root src]# chown service0:web /etc/rddb/server
               
View comments on this page at openacs.org