Re: [Freeipa-devel] [PATCH 0055] Add /session/token_sync POST support

2014-06-26 Thread Martin Kosek
On 06/26/2014 01:01 PM, Alexander Bokovoy wrote: > On Wed, 25 Jun 2014, Nathaniel McCallum wrote: >> On Wed, 2014-06-25 at 13:21 +0300, Alexander Bokovoy wrote: >>> On Tue, 24 Jun 2014, Nathaniel McCallum wrote: >>> >On Mon, 2014-06-02 at 23:07 -0400, Nathaniel McCallum wrote: >>> >> This HTTP call

Re: [Freeipa-devel] [PATCH 0055] Add /session/token_sync POST support

2014-06-26 Thread Alexander Bokovoy
On Wed, 25 Jun 2014, Nathaniel McCallum wrote: On Wed, 2014-06-25 at 13:21 +0300, Alexander Bokovoy wrote: On Tue, 24 Jun 2014, Nathaniel McCallum wrote: >On Mon, 2014-06-02 at 23:07 -0400, Nathaniel McCallum wrote: >> This HTTP call takes the following parameters: >> * user >> * password >>

Re: [Freeipa-devel] [PATCH 0055] Add /session/token_sync POST support

2014-06-25 Thread Nathaniel McCallum
On Wed, 2014-06-25 at 13:21 +0300, Alexander Bokovoy wrote: > On Tue, 24 Jun 2014, Nathaniel McCallum wrote: > >On Mon, 2014-06-02 at 23:07 -0400, Nathaniel McCallum wrote: > >> This HTTP call takes the following parameters: > >> * user > >> * password > >> * first_code > >> * second_code > >>

Re: [Freeipa-devel] [PATCH 0055] Add /session/token_sync POST support

2014-06-25 Thread Alexander Bokovoy
On Tue, 24 Jun 2014, Nathaniel McCallum wrote: On Mon, 2014-06-02 at 23:07 -0400, Nathaniel McCallum wrote: This HTTP call takes the following parameters: * user * password * first_code * second_code * token (optional) Using this information, the server will perform token synchronization.

Re: [Freeipa-devel] [PATCH 0055] Add /session/token_sync POST support

2014-06-24 Thread Nathaniel McCallum
On Mon, 2014-06-02 at 23:07 -0400, Nathaniel McCallum wrote: > This HTTP call takes the following parameters: > * user > * password > * first_code > * second_code > * token (optional) > > Using this information, the server will perform token synchronization. > If the token is not specified, a

[Freeipa-devel] [PATCH 0055] Add /session/token_sync POST support

2014-06-02 Thread Nathaniel McCallum
This HTTP call takes the following parameters: * user * password * first_code * second_code * token (optional) Using this information, the server will perform token synchronization. If the token is not specified, all tokens will be searched for synchronization. Otherwise, only the token speci