Re: [Freeipa-devel] [PATCH 0030] Add OTP sync plugin

2014-01-24 Thread Jan Cholasta
On 9.1.2014 22:28, Nathaniel McCallum wrote: This plugin adds an extended operation for synchronizing tokens. This operation is availalbe both with and without bind. In the latter case, the first factor is required. This operation can also be performed on a per-token or per-user level. In the lat

[Freeipa-devel] [PATCH] 237 Fix ntpd config on clients

2014-01-24 Thread Jan Cholasta
Hi, the attached patch fixes . Honza -- Jan Cholasta >From abea16ee8fc08a85da9c3b45d8859787b254fbaf Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Fri, 24 Jan 2014 10:16:48 +0100 Subject: [PATCH] Fix ntpd config on clients. https://fedorahosted

Re: [Freeipa-devel] [PATCH] 237 Fix ntpd config on clients

2014-01-24 Thread Martin Kosek
On 01/24/2014 12:08 PM, Jan Cholasta wrote: > Hi, > > the attached patch fixes . > > Honza > ACK, works for me. Pushed to master, ipa-3-3. Martin ___ Freeipa-devel mailing list Freeipa-devel@redhat.com h

[Freeipa-devel] What is Changelog on wiki for?

2014-01-24 Thread Martin Kosek
When working on release, this question comes to my mind every time - what is the following page good for? :) http://www.freeipa.org/page/Changelog To me, it is usually just an annoyance of the release process. You can simply get all the data with "git log" derivatives, so I do not see a point of

[Freeipa-devel] [PATCH] 453 ntpconf: remove redundant comment

2014-01-24 Thread Martin Kosek
Removing redundant comment in ntpconf, as observed in https://bugzilla.redhat.com/show_bug.cgi?id=1049322#c9. Pushed to master, ipa-3-3 as one-liner. Martin From 4d2f7a447157e7c2048212ab8dd43aa2176f584e Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 24 Jan 2014 14:38:22 +0100 Subject: [P

Re: [Freeipa-devel] What is Changelog on wiki for?

2014-01-24 Thread Rob Crittenden
Martin Kosek wrote: When working on release, this question comes to my mind every time - what is the following page good for? :) http://www.freeipa.org/page/Changelog To me, it is usually just an annoyance of the release process. You can simply get all the data with "git log" derivatives, so I

Re: [Freeipa-devel] [PATCHES] 0455-0459 Add support for managed permissions

2014-01-24 Thread Simo Sorce
On Fri, 2014-01-24 at 16:48 +0100, Petr Viktorin wrote: > All right. Here are patches; I'll start updating the design page. > > **NOTE** > This renames the 'ipaPermAllowedAttr' attribute to > 'ipaPermIncludedAttr'. Upgrades from master will fail, so please install > a new server. Of course no r

Re: [Freeipa-devel] [PATCHES] 0455-0459 Add support for managed permissions

2014-01-24 Thread Petr Viktorin
On 01/24/2014 04:57 PM, Simo Sorce wrote: On Fri, 2014-01-24 at 16:48 +0100, Petr Viktorin wrote: All right. Here are patches; I'll start updating the design page. **NOTE** This renames the 'ipaPermAllowedAttr' attribute to 'ipaPermIncludedAttr'. Upgrades from master will fail, so please insta

Re: [Freeipa-devel] [PATCHES] 0455-0459 Add support for managed permissions

2014-01-24 Thread Simo Sorce
On Fri, 2014-01-24 at 17:17 +0100, Petr Viktorin wrote: > On 01/24/2014 04:57 PM, Simo Sorce wrote: > > On Fri, 2014-01-24 at 16:48 +0100, Petr Viktorin wrote: > > > >> All right. Here are patches; I'll start updating the design page. > >> > >> **NOTE** > >> This renames the 'ipaPermAllowedAttr' at

Re: [Freeipa-devel] OTP Sync Client

2014-01-24 Thread Dmitri Pal
On 01/23/2014 09:41 AM, Nathaniel McCallum wrote: > On Thu, 2014-01-23 at 10:28 +0100, Petr Vobornik wrote: >> On 22.1.2014 22:07, Nathaniel McCallum wrote: >>> On Wed, 2014-01-22 at 16:03 -0500, Rob Crittenden wrote: Nathaniel McCallum wrote: > In attempting to write an OTP synchronizatio

Re: [Freeipa-devel] What is Changelog on wiki for?

2014-01-24 Thread Dmitri Pal
On 01/24/2014 10:39 AM, Rob Crittenden wrote: > Martin Kosek wrote: >> When working on release, this question comes to my mind every time - >> what is >> the following page good for? :) >> >> http://www.freeipa.org/page/Changelog >> >> To me, it is usually just an annoyance of the release process.

Re: [Freeipa-devel] [PATCHES] 225-230 Drop support for the legacy LDAP API

2014-01-24 Thread Petr Viktorin
On 01/22/2014 05:47 PM, Jan Cholasta wrote: On 20.1.2014 12:23, Petr Viktorin wrote: On 01/14/2014 11:31 AM, Jan Cholasta wrote: On 10.1.2014 16:02, Petr Viktorin wrote: On 01/07/2014 01:54 PM, Jan Cholasta wrote: On 16.12.2013 14:45, Petr Viktorin wrote: On 12/16/2013 10:22 AM, Jan Cholasta

Re: [Freeipa-devel] ANNOUNCE: kdcproxy 0.1.1 released

2014-01-24 Thread Adam Young
Nicely done. What is the relationship to this and the Code Robby wrote last summer? I assume it was the basis for this effort? On 01/21/2014 05:19 PM, Nathaniel McCallum wrote: kdcproxy contains a WSGI module for proxying KDC requests over HTTP by following the MS-KKDCP protocol. It aims to

Re: [Freeipa-devel] ANNOUNCE: kdcproxy 0.1.1 released

2014-01-24 Thread Nathaniel McCallum
He wrote the client-side code which Nalin is cleaning up for merger with MIT krb5. This is just the server-side piece which is written by Nalin and myself. Nathaniel On Fri, 2014-01-24 at 17:24 -0500, Adam Young wrote: > Nicely done. > > What is the relationship to this and the Code Robby wrote