[Freeipa-users] obtaining initial ticket via keytab

2018-05-14 Thread Josh via FreeIPA-users

Greetings,

I am trying to follow steps at https://kb.iu.edu/d/aumh to create 
freeipa admin keytab to use in some scripts but getting an error


kinit: Preauthentication failed while getting initial credentials

Does anyone know what I am missing here?

Thanks,
Josh.

$ ktutil
ktutil:  addent -password -p ad...@example.org -k 1 -e aes256-cts
Password for ad...@example.org:
ktutil:  wkt /tmp/admin.kt
ktutil:  quit
$ klist -k /tmp/admin.kt
Keytab name: FILE:/tmp/admin.kt
KVNO Principal
 
--

   1 ad...@example.org
$ klist -k /tmp/admin.kt -e
Keytab name: FILE:/tmp/admin.kt
KVNO Principal
 
--

   1 ad...@example.org (aes256-cts-hmac-sha1-96)
$ kinit -k -t /tmp/admin.kt ad...@example.org
kinit: Preauthentication failed while getting initial credentials
$ kinit admin
Password for ad...@example.org:
$ klist -e
Ticket cache: KEYRING:persistent:1000:1000
Default principal: ad...@example.org

Valid starting   Expires  Service principal
05/09/2018 23:08:46  05/10/2018 23:08:43 krbtgt/example@example.org
    Etype (skey, tkt): aes256-cts-hmac-sha1-96, aes256-cts-hmac-sha1-96
$
___
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org


[Freeipa-users] obtaining initial ticket via keytab

2018-05-10 Thread Josh via FreeIPA-users

Greetings,

I am trying to follow steps at https://kb.iu.edu/d/aumh to create 
freeipa admin keytab to use in some scripts but getting an error


kinit: Preauthentication failed while getting initial credentials

Does anyone know what I am missing here?

Thanks,
Josh.

PS. attempt to include detailed report caused message to end up in 
moderator approval queue.

___
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org