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
test_caless: add pkinit option and test it #769
Conversation
e8fbb3d
to
1c517ee
Compare
|
The changes are fine. Please note the licence at the original file which you're copying here: #!/bin/bash -e
#
# Copyright (c) 2015, Jan Cholasta <jcholast@redhat.com>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.I don't want to appear amid some multi-licence hell, so I suppose you should add at least the common header for FreeIPA files: to |
|
Please note that tests trying to use |
1c517ee
to
5e6bc84
Compare
|
Please add the |
change "caless-create-pki" so pkinit certificates can be generated. See https://web.mit.edu/kerberos/krb5-1.13/doc/admin/pkinit.html for details. add pkinit option to the ipa installer and test both master and replica install with pkinit. https://pagure.io/freeipa/issue/6854 Signed-off-by: Michal Reznik <mreznik@redhat.com>
mark TestCertinstall intermediate CA tests (http, ds) as xfail until freeipa#6959 is solved https://pagure.io/freeipa/issue/6959 Signed-off-by: Michal Reznik <mreznik@redhat.com>
5e6bc84
to
12509fd
Compare
What was done?
What can be improved? (at least what I am aware of)
Issues found: