Ipsilon: create a HBAC rule
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
bd1cc1d5f7
commit
2cc20bb1af
1 changed files with 16 additions and 0 deletions
|
@ -145,6 +145,22 @@
|
||||||
tags:
|
tags:
|
||||||
- ipsilon
|
- ipsilon
|
||||||
|
|
||||||
|
- name: Add the ipsilon HBAC service in IPA
|
||||||
|
ipahbacsvc:
|
||||||
|
name: ipsilon
|
||||||
|
description: Ipsilon authentication service
|
||||||
|
tags:
|
||||||
|
- ipsilon
|
||||||
|
|
||||||
|
- name: Allow login through ipsilon
|
||||||
|
ipahbacrule:
|
||||||
|
name: ipsilon_login
|
||||||
|
description: Login through ipsilon
|
||||||
|
hbacsvc:
|
||||||
|
- ipsilon
|
||||||
|
tags:
|
||||||
|
- ipsilon
|
||||||
|
|
||||||
- name: Destroy admin ticket
|
- name: Destroy admin ticket
|
||||||
command: kdestroy -A
|
command: kdestroy -A
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue