mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
Add missing service account and privs
This commit is contained in:
parent
8e2f81c415
commit
d2dc1bef07
@ -26,3 +26,10 @@ iparoles:
|
|||||||
- "Netgroups Administrators"
|
- "Netgroups Administrators"
|
||||||
user:
|
user:
|
||||||
- hostman
|
- hostman
|
||||||
|
- role: IPA User Managers
|
||||||
|
description: Rocky IPA User Managers responsible for idm flow
|
||||||
|
privileges:
|
||||||
|
- "Group Administrators"
|
||||||
|
- "Stage User Administrators"
|
||||||
|
- "User Administrators"
|
||||||
|
- "FAS Agreement Administrators"
|
||||||
|
@ -14,6 +14,13 @@ svcusers:
|
|||||||
password: ThisIsNotMyPassword1!
|
password: ThisIsNotMyPassword1!
|
||||||
title: System Account - Kerberos Key Manager
|
title: System Account - Kerberos Key Manager
|
||||||
loginshell: /sbin/nologin
|
loginshell: /sbin/nologin
|
||||||
|
- name: userman
|
||||||
|
first: User
|
||||||
|
last: Manager
|
||||||
|
email: infrastructure@rockylinux.org
|
||||||
|
password: ThisIsNotMyPassword1!
|
||||||
|
title: System Account - User Manager
|
||||||
|
loginshell: /sbin/nologin
|
||||||
- name: rockykoji
|
- name: rockykoji
|
||||||
first: Koji
|
first: Koji
|
||||||
last: Manager
|
last: Manager
|
||||||
|
Loading…
Reference in New Issue
Block a user