Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
metamod:security_plans [2008-11-27 10:15:06] heikok |
metamod:security_plans [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 45: | Line 45: | ||
| * Using tomcat within apache (mod_jk, mod_proxy), having same security realm. This would be a good solution for SSO on the http-side (simply having one application), | * Using tomcat within apache (mod_jk, mod_proxy), having same security realm. This would be a good solution for SSO on the http-side (simply having one application), | ||
| - | ==== Changes needed ==== | + | ===== Changes needed |
| - | === BasicAuth for /upl === | + | ==== BasicAuth for /upl ==== |
| * .htaccess protection for all /upl/* pages | * .htaccess protection for all /upl/* pages | ||
| Line 53: | Line 53: | ||
| * Only username known to metamod $_SERVER{REMOTE_USER} after login, not institution/ | * Only username known to metamod $_SERVER{REMOTE_USER} after login, not institution/ | ||
| - | === (Optional) upload-area per user === | + | ==== (Optional) upload-area per user ==== |
| * each user should have a user-directory, | * each user should have a user-directory, | ||