Re: [Freeipa-users] Custom kinit

2014-08-26 Thread Yago Fernández Pinilla
Thanks for the info! I will work more on this and comment my progress On Mon, Aug 25, 2014 at 5:48 PM, Rob Crittenden rcrit...@redhat.com wrote: Yago Fernández Pinilla wrote: I'm using FreeIpa 3.3.5. And according to what I saw, using the API, seems to be the best option. For the

Re: [Freeipa-users] Custom kinit

2014-08-26 Thread Yago Fernández Pinilla
I have checked what you told me. What I would like to do is: having a user and a password, authenticate against the kerberos server using a python script (not using kinit) and then be able to access to the ticket that is returned back by kerberos. User - Service -- Kerberos The user

Re: [Freeipa-users] Custom kinit

2014-08-26 Thread Dmitri Pal
On 08/26/2014 11:43 AM, Yago Fernández Pinilla wrote: I have checked what you told me. What I would like to do is: having a user and a password, authenticate against the kerberos server using a python script (not using kinit) and then be able to access to the ticket that is returned back by

Re: [Freeipa-users] Custom kinit

2014-08-25 Thread Jakub Hrozek
On Mon, Aug 25, 2014 at 02:43:00PM +0200, Yago Fernández Pinilla wrote: Hi, I would like to create a script in python that does the same that kinit, I don´t where to start. Why do you need this? -- Manage your subscription for the Freeipa-users mailing list:

Re: [Freeipa-users] Custom kinit

2014-08-25 Thread Yago Fernández Pinilla
I want to integrate it in other service. Is there any good documentation about the APIs? Thanks in advance On Mon, Aug 25, 2014 at 3:08 PM, Jakub Hrozek jhro...@redhat.com wrote: On Mon, Aug 25, 2014 at 02:43:00PM +0200, Yago Fernández Pinilla wrote: Hi, I would like to create a script

Re: [Freeipa-users] Custom kinit

2014-08-25 Thread Rob Crittenden
Yago Fernández Pinilla wrote: I want to integrate it in other service. Is there any good documentation about the APIs? We really need more details in order to help you. The API for IPA is not documented though once you get the patterns down it is fairly straightforward. This of course is a

Re: [Freeipa-users] Custom kinit

2014-08-25 Thread Rob Crittenden
Yago Fernández Pinilla wrote: I'm using FreeIpa 3.3.5. And according to what I saw, using the API, seems to be the best option. For the time being I just want to request tickets and check tickets. Is that possible? . I'm still not sure what it is you're trying to do. It's important to