Index: openacs-4/packages/acs-authentication/www/doc/ext-auth-pam-install.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/www/doc/ext-auth-pam-install.adp,v diff -u -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/acs-authentication/www/doc/ext-auth-pam-install.adp 3 Jul 2020 07:53:44 -0000 1.4.2.2 +++ openacs-4/packages/acs-authentication/www/doc/ext-auth-pam-install.adp 3 Sep 2021 09:14:38 -0000 1.4.2.3 @@ -85,13 +85,11 @@ domain configuration lines into a single file, /etc/pam.conf. On Red Hat, create the file /etc/pam.d/service0 with these -contents:

-auth       sufficient   /lib/security/pam_radius_auth.so
+contents:

auth       sufficient   /lib/security/pam_radius_auth.so
 
  • Modify the AOLserver configuration file to use this PAM domain. -Edit the line

    -ns_param   PamDomain             "service0"

    So that the value of the parameter matches the name (just the +Edit the line

    ns_param   PamDomain             "service0"

    So that the value of the parameter matches the name (just the filename, not the fully pathed name) of the domain file in

    /etc/pam.d/
  • @@ -102,8 +100,7 @@
  • Modify the AOLserver configuration file to support ns_pam. 

    In /var/lib/aolserver/service0/etc/config.tcl, enable -the nspam module by uncommenting this line:

    -ns_param   nspam           ${bindir}/nspam.so
    +the nspam module by uncommenting this line:

    ns_param   nspam           ${bindir}/nspam.so