Re: [Freeipa-devel] [PATCH] 11 Fix unitialized attributes

2011-04-14 Thread Jan Cholasta
On 13.4.2011 15:21, Jan Cholasta wrote: On 13.4.2011 13:04, Martin Kosek wrote: On Mon, 2011-04-11 at 15:07 +0200, Jan Cholasta wrote: Fixed unitialized attributes in ipalib.aci.ACI, ipalib.parameters.Data, ipalib.text.LazyText, ipaserver.install.service.Service and

Re: [Freeipa-devel] About FreeIPA Blurb

2011-04-14 Thread Simo Sorce
On Wed, 13 Apr 2011 21:40:50 -0400 Adam Young ayo...@redhat.com wrote: FreeIPA is an authentication and authorization framework for large scale Linux and Unix deployments. FreeIPA Integrates servers for Kerberos, LDAP, DNS, and X509 Certificates into a secure, reliable, and scalable

Re: [Freeipa-devel] [PATCH] 771 include rights for all aci components in permission_show

2011-04-14 Thread Martin Kosek
On Wed, 2011-04-13 at 11:34 -0400, Rob Crittenden wrote: Provide attributelevelrights for the aci components in permission_show. Since the broken-out components are just part of the aci just copy right access rights for aci. ticket 943 rob NACK. Works fine for permission-show, but I

[Freeipa-devel] [PATCH] 138 Entitlement import.

2011-04-14 Thread Endi Sukma Dewata
The entitlement facet will invoke entitle_status to check the entitlement status and show the appropriate buttons. If it's unregistered it will show Register and Import button. If it's registered it will show the Consume button only. If it's imported it will show the Import button only. The

[Freeipa-devel] [PATCH] 773 add ipaUniqueId to default groups

2011-04-14 Thread Rob Crittenden
The default groups we create should have ipaUniqueId set This adds a new directive to ipa-ldap-updater: addifnew. This will add a new attribute only if it doesn't exist in the current entry. We can't compare values because the value we are adding is automatically generated. ticket 1177 rob

Re: [Freeipa-devel] [PATCH] 773 add ipaUniqueId to default groups

2011-04-14 Thread Martin Kosek
On Thu, 2011-04-14 at 14:40 -0400, Rob Crittenden wrote: The default groups we create should have ipaUniqueId set This adds a new directive to ipa-ldap-updater: addifnew. This will add a new attribute only if it doesn't exist in the current entry. We can't compare values because the value

Re: [Freeipa-devel] [PATCH] 138 Entitlement import.

2011-04-14 Thread Adam Young
On 04/14/2011 01:02 PM, Endi Sukma Dewata wrote: The entitlement facet will invoke entitle_status to check the entitlement status and show the appropriate buttons. If it's unregistered it will show Register and Import button. If it's registered it will show the Consume button only. If it's

Re: [Freeipa-devel] [PATCH] 137 Entitlement registration.

2011-04-14 Thread Endi Sukma Dewata
On 4/14/2011 12:17 AM, Endi Sukma Dewata wrote: Attached is an updated version. There are a few more patches in the pipeline. After that I'll address the I18n labels, integer validation and builder cleanup. ACKed on IRC. Replaced integer constants with string. Pushed to master. -- Endi S.