Skip to content
Snippets Groups Projects
Commit 785cff9a authored by Thomas Woerner's avatar Thomas Woerner
Browse files

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
parent 0ee92a5a
No related branches found
No related tags found
No related merge requests found
...@@ -500,7 +500,7 @@ def main(): ...@@ -500,7 +500,7 @@ def main():
# ca_subject # ca_subject
if options.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 # IPv6 and SELinux check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment