Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't specify ipaserver_ca_subject: "NameError: global name 'subject_validator' is not defined" #43

Closed
mavit opened this issue Oct 12, 2018 · 0 comments

Comments

@mavit
Copy link

mavit commented Oct 12, 2018

If I run the script ipa-ca-install, I can set the name of the CA certificate using the --ca-subject option.

It appears that I should be able to do the equivalent with Ansible by setting variable ipaserver_ca_subject. However, this fails, because ipaserver_test.py calls an undefined function, subject_validator(), on this value.

If I comment out this line in ipaserver_test.py, the installation appears to proceed successfully.

t-woerner added a commit that referenced this issue Nov 22, 2018
subject_validator and also VALID_SUBJECT_ATTRS are provided of the ca
binding.

Fixes issue #43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants