Changes

From SME Server
Jump to navigationJump to search
462 bytes added ,  01:23, 18 November 2013
Line 342: Line 342:  
=====SME Server 9=====
 
=====SME Server 9=====
 
The apache authentication is made by a new file named  authnz_external_module instead of auth_external_module, therefore you need to slightly modify the code above. see this [http://code.google.com/p/mod-auth-external/wiki/ConfigApache22 howTo]
 
The apache authentication is made by a new file named  authnz_external_module instead of auth_external_module, therefore you need to slightly modify the code above. see this [http://code.google.com/p/mod-auth-external/wiki/ConfigApache22 howTo]
 
+
You need to verify if your /etc/httpd/conf/httpd.conf contain these lines
 +
AddExternalGroup unixgroup /usr/bin/unixgroup
 +
SetExternalGroupMethod unixgroup environment
 +
 
 +
if it is not the case, you can make  the relevant fragment template.
 +
nano /etc/e-smith/templates/etc/httpd/conf/httpd.conf/35-group-auth
 +
{
 +
        $OUT .= "    AddExternalGroup ugroup /usr/lib/httpd/modules/unixgroup\n";
 +
        $OUT .= "    SetExternalGroupMethod unixgroup environment\n";
 +
}
 +
 
 
nano /etc/e-smith/templates/etc/httpd/conf/httpd.conf/92foo
 
nano /etc/e-smith/templates/etc/httpd/conf/httpd.conf/92foo
  

Navigation menu