Actions
Bug #16410
closedforeman-prepare-realm fails when multiple lines exist containing the string "server"
Description
error happend whith this patch Katello/forklift#263
because in cat /etc/ipa/default.conf
#File modified by ipa-client-install
[global]
basedn = dc=example,dc=com
realm = EXAMPLE.COM
domain = example.com
server = centos7-freeipa-server.example.com
host = centos7-katello-nightly.example.com
xmlrpc_uri = https://centos7-freeipa-server.example.com/ipa/xml
enable_ra = True
and returned 2 string by
grep server /etc/ipa/default.conf | cut -f2 -d"="
centos7-freeipa-server.example.com
https://centos7-freeipa-server.example.com/ipa/xml
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/459 added
Updated by Dominic Cleal over 8 years ago
- Project changed from Foreman to Smart Proxy
- Subject changed from not enough specific regexp, false positive happend to foreman-prepare-realm fails when multiple lines exist containing the string "server"
- Category set to Realm
Updated by dmitry Vasilets over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e02ca0468bdbe3b5c4062ad9c3ac7f4c15e4a80a.
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 181
Actions