Skip to content

Commit 2bbd5b1

Browse files
authored
update readme
1 parent ace0cfd commit 2bbd5b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ See the Docker Compose environment (`tools/docker-dev/`) for an (unsafe for prod
5353
- `httpd` `DocumentRoot` set to `webroot/`
5454
- `httpd` Authentication
5555
- Any authentication will do as long as it defines `REMOTE_USER`, `givenName`, `sn`, and `mail`
56-
- `REMOTE_USER` must also be unique, non-reassignable, and persistent
56+
- `REMOTE_USER` must take the form `username@org`
57+
- `givenName` is first name, `sn` is last name
5758
- Unity uses Shibboleth SP and the Apache Shibboleth module (`apt install shibboleth-sp-utils libapache2-mod-shib` on Ubuntu)
5859
- `httpd` Authorization
59-
- Global access to `webroot/panel/`
6060
- Restricted access to `webroot/admin/`
61+
- Global access (with valid authentication) to `webroot/`
6162
- No access anywhere else
6263

6364
## Configuration

0 commit comments

Comments
 (0)