mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 21:33:14 +00:00
ipaserver: Fix use of subject_validator in ipaserver_test
subject_validator and also VALID_SUBJECT_ATTRS are provided of the ca binding. Fixes issue #43
This commit is contained in:
@@ -500,7 +500,7 @@ def main():
|
||||
|
||||
# ca_subject
|
||||
if options.ca_subject:
|
||||
subject_validator(VALID_SUBJECT_ATTRS, options.ca_subject)
|
||||
ca.subject_validator(ca.VALID_SUBJECT_ATTRS, options.ca_subject)
|
||||
|
||||
# IPv6 and SELinux check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user