Skip to content

Instantly share code, notes, and snippets.

@hatchetation
Created February 8, 2013 19:06
Show Gist options
  • Save hatchetation/4741189 to your computer and use it in GitHub Desktop.
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
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