ipaauditor: add control checks
This commit is contained in:
parent
7557ff5987
commit
39b2c5601a
@ -251,8 +251,14 @@ class IPAAudit:
|
||||
"""
|
||||
Gets us started on the audit
|
||||
"""
|
||||
if control == 'hbac':
|
||||
IPAAudit.hbac_pull(api, name, deep)
|
||||
if control == 'rbac':
|
||||
IPAAudit.rbac_pull(api, name, deep)
|
||||
if control == 'user':
|
||||
IPAAudit.user_pull(api, name, deep)
|
||||
if control == 'group':
|
||||
IPAAudit.group_pull(api, name, deep)
|
||||
|
||||
@staticmethod
|
||||
def user_pull(api, name, deep):
|
||||
|
Loading…
Reference in New Issue
Block a user