mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-13 01:01:25 +00:00
8dc0268a50
This release adds support for privileges and roles for the initial IPA team accounts.
17 lines
412 B
YAML
17 lines
412 B
YAML
---
|
|
svcusers:
|
|
- name: hostman
|
|
first: Host
|
|
last: Manager
|
|
email: hostman@rockylinux.org
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - Host Manager
|
|
loginshell: /sbin/nologin
|
|
- name: kerbman
|
|
first: Kerberos
|
|
last: Manager
|
|
email: kerbman@rockylinux.org
|
|
password: ThisIsNotMyPassword1!
|
|
title: System Account - Kerberos Key Manager
|
|
loginshell: /sbin/nologin
|