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

2013-07-30 Thread Dmitri Pal
On 07/30/2013 09:11 AM, Matt . wrote: > Hi all, > > We have found something out. > > When you add a user (like cmdtestuser) to FreeIPA and add it to group: > > - admins > - trust admins > - editors This does not matter really if you just trying to do authentication. This would matter if you start

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

2013-07-30 Thread Matt .
Hi all, We have found something out. When you add a user (like cmdtestuser) to FreeIPA and add it to group: - admins - trust admins - editors And you add this same useraccount to a Linux box and do a "su cmdtestuser" you are able to do a "kinit" abd give your password that user has in FreeIPA.

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

2013-07-26 Thread Petr Vobornik
On 07/26/2013 04:37 PM, Rob Crittenden wrote: Zip Ly wrote: 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) --> webserve

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

2013-07-26 Thread Rob Crittenden
Zip Ly wrote: 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

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

2013-07-26 Thread Petr Spacek
On 26.7.2013 12:31, Zip Ly wrote: 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 a

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

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

2013-07-25 Thread Dmitri Pal
On 07/25/2013 10:31 AM, Zip Ly wrote: > 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 fi

[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