Line 154:
Line 154:
</Directory>
</Directory>
−
(the "valid-user" setting will allow any valid sme user to gain access)
+
{{Note box|the "valid-user" setting will allow any valid sme user to gain access}}
+
* With SME9 you have to slightly modified the code due to the new authentication authnz_external_module
+
<Directory /home/e-smith/files/ibays/ibayname/html/foldername/subfoldername>
+
AuthName "My Site Security Group"
+
'''AuthBasicProvider external'''
+
AuthType Basic
+
AuthExternal pwauth
+
<Limit GET>
+
order deny,allow
+
require valid-user
+
</Limit>
+
</Directory>
+
+
{{Note box|msg= in according with [[bugzilla:7871]] and [[bugzilla:7890]] the following apache modules are loaded by default in the SME8 and also in the future release of SME9.
{{Note box|msg= in according with [[bugzilla:7871]] and [[bugzilla:7890]] the following apache modules are loaded by default in the SME8 and also in the future release of SME9.
'''auth_basic'''
'''auth_basic'''