summaryrefslogtreecommitdiff
path: root/hackers-git.yml
blob: f0eef3752f3b6a005625895b0c31cf7ce3e865ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
# Where to look for "${uid}.yml" files
#yamldir: "/var/lib/hackers-git/users"
yamldir: "users"

# The message, if any, that is presented to the user when password
# modification through PAM is prohibited.
pam_password_prohibit_message: ''

# Which groups imply membership in other groups (since UNIX groups
# can't be nested).  Only one level of nesting is supported ATM.
#
# That is, if you are in the 'hackers' group, you are also in the
# 'repo' and 'git' groups, even if they aren't listed.
groupgroups:
  hackers:
  - repo
  - git
  - ssh
  - email
  - keyring-trusted
  fellows:
  - email
  trustedusers:
  - keyring-secondary
  bots:
  - keyring-trusted

# Groups that are system users that can be ssh'ed into.
#
# So, if 'lukeshu' is in the 'repo' group, he can ssh to
# 'repo'@hostname.
ssh_pseudo_users:
- repo
- git