[Freeipa-users] How to communicate IPA with PHP

2013-07-25 Thread Zip Ly
I need to setup a proxy (S4U2proxy ?) so I can perform actions like creating, retrieving users, make them a member of a group etc. The problem is I don't know where to start. I've searched the internet for xml-rpc, json-rpc, web API but I couln't find anything useful. Is there anyone who already

Re: [Freeipa-users] How to communicate IPA with PHP

2013-07-26 Thread Zip Ly
Normally if IPA has a well documented API then my approach would be: user -- (internet) -- webserver -- lPA API -- IPA server But since there isn't much info about the API then my approach would be: user -- (internet) -- webserver -- a PHP script which acts as an custom API -- IPA server The

[Freeipa-users] Password expiration dates are different when being resetted by the (primary) admin and a different admin

2014-08-28 Thread Zip Ly
Hi, I'm trying to change a user password without reset. If I use the (primary) admin to change the password then it doesn't need a password reset, because the expire lifetime is 90 days. But if I create a second admin, then every password change made by the second admin needs a password reset,

Re: [Freeipa-users] Password expiration dates are different when being resetted by the (primary) admin and a different admin

2014-08-29 Thread Zip Ly
, but still. On Thu, Aug 28, 2014 at 6:18 PM, Dmitri Pal d...@redhat.com wrote: On 08/28/2014 04:18 PM, Zip Ly wrote: Hi, I'm trying to change a user password without reset. If I use the (primary) admin to change the password then it doesn't need a password reset, because the expire lifetime

Re: [Freeipa-users] Password expiration dates are different when being resetted by the (primary) admin and a different admin

2014-09-02 Thread Zip Ly
, then the expire date is set to 90 days or expired immediately by the second admin/service account. That's why I want to know how to change this 90 days and also apply it for the service account. On Mon, Sep 1, 2014 at 1:06 PM, Martin Kosek mko...@redhat.com wrote: On 08/29/2014 10:21 AM, Zip Ly wrote

Re: [Freeipa-users] Password expiration dates are different when being resetted by the (primary) admin and a different admin

2014-09-03 Thread Zip Ly
@Martin Ah that explains everything. We were using centos 6.5 + ipa 3.0.0 Now with a new test setup centos 7 + ipa 3.3.3, it works just as we wanted. Thank all for the help! On Tue, Sep 2, 2014 at 5:19 PM, Martin Kosek mko...@redhat.com wrote: On 09/02/2014 10:42 AM, Zip Ly wrote: @Martin