forked from lix-project/hydra
Merge pull request #1242 from Ma27/fix-ldap-docs
doc/configuration: fix ldap role mapping example
This commit is contained in:
commit
2b1c1e65d5
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ Example configuration:
|
||||||
hydra_admin = admin
|
hydra_admin = admin
|
||||||
# Allow all users in the dev group to restart jobs and cancel builds
|
# Allow all users in the dev group to restart jobs and cancel builds
|
||||||
dev = restart-jobs
|
dev = restart-jobs
|
||||||
dev = cancel-builds
|
dev = cancel-build
|
||||||
</role_mapping>
|
</role_mapping>
|
||||||
</ldap>
|
</ldap>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue