Re: [Freeipa-users] ipalib authentication

2016-11-24 Thread Adam Bishop
On 24 Nov 2016, at 16:18, Christian Heimes wrote: > for a service you can use a Kerberos keytab to authenticate. A keytab > can be requested with ipa-getkeytab. The command will replace the > password of the service with a random one. Thanks everyone, I think using a key tab

Re: [Freeipa-users] ipalib authentication

2016-11-24 Thread Christian Heimes
On 2016-11-24 16:27, Adam Bishop wrote: > I'm writing a bit of code using ipalib directly, I'm a little stuck on > authentication though. > > It works fine if grab a Kerberos ticket with kinit then run the code > interactively, but I'd like to run this as a daemon which makes maintaining a >

Re: [Freeipa-users] ipalib authentication

2016-11-24 Thread Martin Basti
On 24.11.2016 16:57, Alexander Bokovoy wrote: On to, 24 marras 2016, Adam Bishop wrote: I'm writing a bit of code using ipalib directly, I'm a little stuck on authentication though. It works fine if grab a Kerberos ticket with kinit then run the code interactively, but I'd like to run this

Re: [Freeipa-users] ipalib authentication

2016-11-24 Thread Alexander Bokovoy
On to, 24 marras 2016, Adam Bishop wrote: I'm writing a bit of code using ipalib directly, I'm a little stuck on authentication though. It works fine if grab a Kerberos ticket with kinit then run the code interactively, but I'd like to run this as a daemon which makes maintaining a ticket

Re: [Freeipa-users] ipalib authentication

2016-11-24 Thread Standa Laznicka
On 11/24/2016 04:27 PM, Adam Bishop wrote: I'm writing a bit of code using ipalib directly, I'm a little stuck on authentication though. It works fine if grab a Kerberos ticket with kinit then run the code interactively, but I'd like to run this as a daemon which makes maintaining a ticket