Skip to content

Commit d0e4615

Browse files
author
Lukas Resch
committed
added OpenBSD data
1 parent dce5da7 commit d0e4615

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

users/map.jinja

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@
5050
'sudo_package': 'sudo',
5151
'googleauth_package': 'pam_google_authenticator',
5252
},
53+
'OpenBSD': {
54+
'sudoers_dir': '/etc/sudoers.d',
55+
'sudoers_file': '/etc/sudoers',
56+
'googleauth_dir': '/etc/google_authenticator.d',
57+
'root_group': 'wheel',
58+
'shell': '/bin/csh',
59+
'visudo_shell': '/usr/local/bin/bash',
60+
'bash_package': 'bash',
61+
'sudo_package': 'sudo',
62+
'googleauth_package': 'pam_google_authenticator',
63+
},
5364
'Solaris': {
5465
'sudoers_dir': '/opt/local/etc/sudoers.d',
5566
'sudoers_file': '/opt/local/etc/sudoers',

0 commit comments

Comments
 (0)