freeipa team mailing list archive
-
freeipa team
-
Mailing list archive
-
Message #00121
[Bug 1025864] Re: ipa-getkeytab doesn't work
Ok,
the bug occurs as well on ipa-join.
Anyways...found the bug.
if locales are not configured correctly it will fail, because the call to ret=init_gettext() fails and all utils are exiting.
WIll close it
** Changed in: freeipa (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of FreeIPA,
which is subscribed to freeipa in Ubuntu.
https://bugs.launchpad.net/bugs/1025864
Title:
ipa-getkeytab doesn't work
Status in “freeipa” package in Ubuntu:
Invalid
Bug description:
Dear Colleagues,
after successfully joining a freeipa domain with 12.04, it should be
possible to use ipa-getkeytab from the freeipa-client package.
Sadly this is just an expectation.
so, "ipa-getkeytab --help" on F17 gives this output:
[root@authmgr ~]# ipa-getkeytab --help
Usage: ipa-getkeytab [OPTION...]
-q, --quiet Print as little as
possible
-s, --server=Server Name Contact this
specific KDC Server
-p, --principal=Kerberos Service Principal Name The principal to
get a keytab for
(ex:
ftp/ftp.example.com@xxxxxxxxxxx)
-k, --keytab=Keytab File Name File were to store
the keytab
information
-e, --enctypes=Comma separated encryption types list Encryption types to
request
--permitted-enctypes Show the list of
permitted
encryption types
and exit
-P, --password Asks for a
non-random password
to use for the
principal
-D, --binddn=DN to bind as if not using kerberos LDAP DN
-w, --bindpw=password to use if not using kerberos LDAP password
Help options:
-?, --help Show this help
message
--usage Display brief usage
message
On Ubuntu 12.04:
root@ubuntu-ipa-client:~# ipa-getkeytab --help
root@ubuntu-ipa-client:~#
This is not correct.
Please find attached strace logs of both clients:
Ubuntu 12.04 and F17
Comparing these, Ubuntu 12.04 stops in the middle before even executing the main() method (IMHO)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipa/+bug/1025864/+subscriptions
References