[Freeipa-devel] Fwd: Problem with WebUI and FreeIPA 2.1.90

2012-02-21 Thread Marco Pizzoli
Sorry to re-post this, but no one answered me and so I'm still not sure this is really a bug in the web interface or other. Thanks Marco -- Forwarded message -- From: Marco Pizzoli Date: Sun, Feb 19, 2012 at 9:54 PM Subject: Problem with WebUI and FreeIPA 2.1.90 To: freeipa-devel

Re: [Freeipa-devel] [PATCHES] 0012-13 Don't allow deleting required config options

2012-02-21 Thread Petr Viktorin
On 02/20/2012 08:51 PM, Rob Crittenden wrote: Petr Viktorin wrote: https://fedorahosted.org/freeipa/ticket/2159 says various config options are not marked Required, so entering an empty value for it will pass validation (and IPA will blow up later when it expects a string,not None). Forexample t

Re: [Freeipa-devel] Fwd: Problem with WebUI and FreeIPA 2.1.90

2012-02-21 Thread Petr Vobornik
On 02/21/2012 09:44 AM, Marco Pizzoli wrote: Sorry to re-post this, but no one answered me and so I'm still not sure this is really a bug in the web interface or other. Thanks Marco -- Forwarded message -- From: Marco Pizzoli Date: Sun, Feb 19, 2012 at 9:54 PM Subject: Problem w

Re: [Freeipa-devel] Fwd: Problem with WebUI and FreeIPA 2.1.90

2012-02-21 Thread Marco Pizzoli
Hi Petr, On Tue, Feb 21, 2012 at 1:22 PM, Petr Vobornik wrote: > On 02/21/2012 09:44 AM, Marco Pizzoli wrote: > >> Sorry to re-post this, but no one answered me and so I'm still not sure >> this is really a bug in the web interface or other. >> >> Thanks >> Marco >> >> -- Forwarded messa

Re: [Freeipa-devel] Fwd: Problem with WebUI and FreeIPA 2.1.90

2012-02-21 Thread Petr Vobornik
Hi Marco, On 02/21/2012 01:28 PM, Marco Pizzoli wrote: Hi Petr, On Tue, Feb 21, 2012 at 1:22 PM, Petr Vobornik wrote: Ticket filed: https://fedorahosted.org/freeipa/ticket/2420 Thanks a lot for the feedback. Do you know how can I delete this entry in order to eventually re-create it?

Re: [Freeipa-devel] [PATCH] 12 When migrating warn user if compat is enabled

2012-02-21 Thread Ondrej Hamada
On 02/20/2012 06:53 PM, Rob Crittenden wrote: Ondrej Hamada wrote: https://fedorahosted.org/freeipa/ticket/2274 Added check into migration plugin to warn user when compat is enabled. If compat is enabled, the migration fails and user is warned that he must turn the compat off or run the script

Re: [Freeipa-devel] [PATCH] 087 Added missing configuration options

2012-02-21 Thread Rob Crittenden
Endi Sukma Dewata wrote: On 2/16/2012 10:42 AM, Petr Vobornik wrote: Missing options were added to Web UI's IPA Server/Configuration page. * ipaconfigstring * ipaselinuxusermaporder * ipaselinuxusermapdefault https://fedorahosted.org/freeipa/ticket/2285 https://fedorahosted.org/freeipa/ticket/2

Re: [Freeipa-devel] named core dump

2012-02-21 Thread Adam Tkac
On Sun, Feb 19, 2012 at 09:30:47PM +0100, Marco Pizzoli wrote: > On Sun, Feb 19, 2012 at 8:44 PM, Simo Sorce wrote: > > > On Sun, 2012-02-19 at 17:17 +0100, Marco Pizzoli wrote: > > > Hi guys, > > > today I'm playing a lot with FreeIPA 2.1.90. > > > I'm not sure about the exact moment, but I had

[Freeipa-devel] [PATCH] 949 update "Modify Group membership" permission

2012-02-21 Thread Rob Crittenden
Don't let the permission "Modify Group membership" manage the admins group. We don't want someone on the helpdesk managing admins membership. rob >From 69398f2486a5749d7449a248a107097721dc6cbb Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 21 Feb 2012 10:21:03 -0500 Subject: [PATCH] D

[Freeipa-devel] [PATCH] 217-219 minor DNS fixes and improved validation

2012-02-21 Thread Martin Kosek
This set of 3 DNS patches fixes 2 minor issues found during DNS test day (217, 218) and there is slightly longer patch (219) which improves and consolidates hostname/domain name validation. The testing should be pretty straightforward in case of these 3 tickets. Martin >From 5a3bcc08575ae6eca3cc4

Re: [Freeipa-devel] [PATCH] 080-085 DNS UI update

2012-02-21 Thread Endi Sukma Dewata
On 2/15/2012 9:58 AM, Petr Vobornik wrote: Tickets: #2349 #2350 #2351 #2367 Attached patches reflect recent dns plugin changes: * DNS Zone UI: added new attributes * DNS UI: added A, create reverse options to adder dialog * Fixed displaying of A6 Record * New UI for DNS global configuration

[Freeipa-devel] [PATCH] 956 user lockout status

2012-02-21 Thread Rob Crittenden
The lockout attributes are not replicated so it can be difficult and time consuming to see what their status is on various servers. Add a user-status command to query all IPA servers and get the lockout attributes. This isn't done as part of user-show because it is rather expensive. rob >From

Re: [Freeipa-devel] [PATCH] 956 user lockout status

2012-02-21 Thread Simo Sorce
On Tue, 2012-02-21 at 15:57 -0500, Rob Crittenden wrote: > +other_ldap = ldap2(shared_instance=False, > + ldap_uri='ldap://%s' % host, > + base_dn=self.api.env.basedn) > +other_ldap.connect(ccache=os

Re: [Freeipa-devel] python kerberos problems (forms based auth)

2012-02-21 Thread Adam Young
I got so frustrated with kerberos options for Python I started writing a new MIT Kerberos Python binding in my spare time. It's pythonic, meaning it supports all the basic python operations you expect such as genuine classes that encapsulate a genuine Kerberos object, properties, iteration, i

Re: [Freeipa-devel] [PATCH] 956 user lockout status

2012-02-21 Thread Rob Crittenden
Simo Sorce wrote: On Tue, 2012-02-21 at 15:57 -0500, Rob Crittenden wrote: +other_ldap = ldap2(shared_instance=False, + ldap_uri='ldap://%s' % host, + base_dn=self.api.env.basedn) +other_ldap.conn

Re: [Freeipa-devel] Please refresh Transifex pot file

2012-02-21 Thread John Dennis
On 02/20/2012 07:39 AM, Jérôme Fenal wrote: Hi all, Still translating FreeIPA (although quarter/FY end impacts my pace here). As this is also a string freeze for F17, can you please upload the latest pot file to transifex so I can rely on a stable file to complete my translation ? We have crea