Skip to content
Snippets Groups Projects
Commit 4600a7f1 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Add better dokuwiki ACL guide

parent 722fc447
No related branches found
No related tags found
No related merge requests found
......@@ -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`)
- Click `Save`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment