principals added to example.conf
This commit is contained in:
parent
fb0fdf2111
commit
732f818f8b
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ daemon = no
|
|||
## Logging level, one of DEBUG, INFO, WARNING, ERROR, CRITICAL
|
||||
loglevel = DEBUG
|
||||
|
||||
## If you use ssh-certificates with principals, you need this option
|
||||
## If commented, allowedPrincipals defaults to "git". At least, your certificates of the users
|
||||
## which want to use this repos, must have at least "git" as principal in their
|
||||
## certificates
|
||||
allowedPrincipals = git
|
||||
|
||||
[group quux]
|
||||
members = jdoe wsmith @anothergroup
|
||||
writable = foo bar baz/thud
|
||||
|
|
Loading…
Reference in a new issue