Changes

From SME Server
Jump to navigationJump to search
Line 349: Line 349:  
  SetExternalGroupMethod unixgroup environment
 
  SetExternalGroupMethod unixgroup environment
   −
if it is not the case, you can make the relevant fragment template.
+
We are waiting the default use of authenticator unixgroup in sme9 (see [[bugzilla:8008]]). For now you need to make the relevant fragment template.
 +
 
 
nano /etc/e-smith/templates/etc/httpd/conf/httpd.conf/35-group-auth
 
nano /etc/e-smith/templates/etc/httpd/conf/httpd.conf/35-group-auth
 
  {
 
  {
         $OUT .= "    AddExternalGroup unixgroup /usr/lib/httpd/modules/unixgroup\n";
+
         $OUT .= "    AddExternalGroup unixgroup /usr/bin/unixgroup\n";
 
         $OUT .= "    SetExternalGroupMethod unixgroup environment\n";
 
         $OUT .= "    SetExternalGroupMethod unixgroup environment\n";
 
  }
 
  }

Navigation menu