@@ -23,4 +23,18 @@ Admins can choose another template in the **Configuration Manager**.
To change access permissions go to **Access Control List Management** in the **Admin** panel.
The default in `_template` is `* @ALL 0`, which means nobody has access. `@ALL` represents all users (the internet), `@user` represents all authenticated users (D-PHYS LDAP users). Any other `@group` will be mapped to our LDAP groups.
Common permissions may include:
- Default permission `* @ALL None` which means nobody has access
-`@ALL` represents all users (the public internet)
-`@user` represents all authenticated users (D-PHYS users)
- Any other `@groupname` will be mapped to our LDAP groups
Example to grant full (`Delete`) access to a group:
- Click on `[root]` to select the whole wiki namespace
- Check that **Permissions for**`Group` is selected
- Type the name of the LDAP group in the empty field
- Click `Select`
- In `Add new Entry` set the permission (`Delete`)