forked from ManageIQ/manageiq-appliance_console
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate kerberos from service principal name and use correctly
Fix incomplete fix in ManageIQ#211. We have two concepts that were being shared. * kerberos principal name * service principal name getcert requires the kerberos principal name with the kerberos realm included: getcert request -K SERVICE/host@REALM ipa service-find and service-add use the service principal name, which doesn't include the kerberos realm as that's assumed based on configuration and cannot be changed without changing the configuration: ipa service-find --principal SERVICE/host This commit clarifies these differences and uses the correct mechanism for service-add, service-find, and getcert.
- Loading branch information
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters