Changes

From SME Server
Jump to navigationJump to search
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. <br />
 +
If it is not done you can have this error in log file and you won't be authenticated
 +
configuration error:  couldn't check user.  No user file?:
 +
See this [http://code.google.com/p/mod-auth-external/wiki/ConfigApache22 howTo]<br />
 +
 
 
You need to verify if your /etc/httpd/conf/httpd.conf contain these lines
 
You need to verify if your /etc/httpd/conf/httpd.conf contain these lines
 
  AddExternalGroup unixgroup /usr/bin/unixgroup
 
  AddExternalGroup unixgroup /usr/bin/unixgroup

Navigation menu