Re: Found a nice way to automate Kerberos kinit

2017-11-07 Thread Christopher
On Tue, Nov 7, 2017 at 3:31 AM Mikolaj Izdebski wrote: > On 11/02/2017 06:40 PM, Jonny Heggheim wrote: > > Hi, I started playing with the pass[1] unix password manager and finally > > found workflow that makes my Kerberos workflow scriptable :) > > Or you can simply create a

Re: Found a nice way to automate Kerberos kinit

2017-11-07 Thread Mikolaj Izdebski
On 11/02/2017 06:40 PM, Jonny Heggheim wrote: > Hi, I started playing with the pass[1] unix password manager and finally > found workflow that makes my Kerberos workflow scriptable :) Or you can simply create a keytab (using ktutil) and run "kinit -k" without typing password. -- Mikolaj

Re: Found a nice way to automate Kerberos kinit

2017-11-06 Thread Christopher
On Mon, Nov 6, 2017 at 2:31 PM Jonny Heggheim wrote: > Hi, I started playing with the pass[1] unix password manager and finally > found workflow that makes my Kerberos workflow scriptable :) > > Here is an example: > > $ klist > klist: Credentials cache keyring

Found a nice way to automate Kerberos kinit

2017-11-06 Thread Jonny Heggheim
Hi, I started playing with the pass[1] unix password manager and finally found workflow that makes my Kerberos workflow scriptable :) Here is an example: $ klist klist: Credentials cache keyring 'persistent:1000:1000' not found $ pass show fedoraproject.org | head -n1 | kinit