Created
February 8, 2013 19:06
-
-
Save hatchetation/4741189 to your computer and use it in GitHub Desktop.
Exception received after successfully registering client w/server using ipa-client-install on Ubuntu 12.04, FreeIPA 3.1.2
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
Configured /etc/krb5.conf for IPA realm int.example.com | |
Traceback (most recent call last): | |
File "/usr/sbin/ipa-client-install", line 2360, in <module> | |
sys.exit(main()) | |
File "/usr/sbin/ipa-client-install", line 2346, in main | |
rval = install(options, env, fstore, statestore) | |
File "/usr/sbin/ipa-client-install", line 2126, in install | |
api.Backend.xmlclient.connect() | |
AttributeError: 'NameSpace' object has no attribute 'xmlclient' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment