chiark / gitweb /
ccbd275c3197d91e6275467f48bb10cda7a9c5ee
[chiark-utils.git] / sync-accounts / sync-accounts.example-bsd
1 lockpasswd runvia vipw
2 lockgroup none
3 localformat bsd
4 logfile /var/log/sync-accounts
5
6 uidmin 500
7 uidmax 29999
8 homebase /home
9 defaultshell /usr/local/bin/bash
10
11 host fowey
12 getpasswd rsh fowey -l syncacct cat /etc/passwd
13 getshadow rsh fowey -l syncacct cat /etc/shadow
14 getgroup rsh fowey -l syncacct cat /etc/group
15 createuser sync-accounts-createuser
16 sameuid
17 group devel
18
19 nousergroups
20 user devel
21 usergroups
22
23 users 500-29999
24
25 nogroup *
26 nocreateuser
27 nousergroups
28 nosameuid
29 #user root
30
31 end