Re: [Freeipa-devel] [PATCH] 490 add DNS lookup to new hosts/services

2010-08-05 Thread Rob Crittenden
Adam Young wrote: On 07/30/2010 04:02 PM, Adam Young wrote: On 07/22/2010 02:25 PM, Rob Crittenden wrote: Make sure that the host behind new host and service records is actually a resolvable DNS A record. There is a --force flag if you know what you are doing (or just feel like charging ahead

Re: [Freeipa-devel] [PATCH] 490 add DNS lookup to new hosts/services

2010-08-05 Thread Rob Crittenden
Dmitri Pal wrote: Adam Young wrote: On 07/30/2010 04:02 PM, Adam Young wrote: On 07/22/2010 02:25 PM, Rob Crittenden wrote: Make sure that the host behind new host and service records is actually a resolvable DNS A record. There is a --force flag if you know what you are doing (or just feel

Re: [Freeipa-devel] [PATCH] 490 add DNS lookup to new hosts/services

2010-08-05 Thread Adam Young
On 08/05/2010 08:45 AM, Rob Crittenden wrote: Adam Young wrote: On 07/30/2010 04:02 PM, Adam Young wrote: On 07/22/2010 02:25 PM, Rob Crittenden wrote: Make sure that the host behind new host and service records is actually a resolvable DNS A record. There is a --force flag if you know what

Re: [Freeipa-devel] [Patch] Simple-plugin-for-reflecting-user-principal

2010-08-05 Thread Pavel Zůna
On 2010-08-04 01:49, Adam Young wrote: This is a required patch for the UI code. Basically, the Kerberos authentication method does not provide any way for the web ui to know who logged in. With this patch, we can do the equivalent of 'ipa whoami' that returns the user principal in the summary

Re: [Freeipa-devel] Proposal to reset master branch

2010-08-05 Thread Adam Young
On 08/03/2010 01:53 PM, Adam Young wrote: Proposal to reset master branch to last known good commit prior to the merge of the web UI code. Since the push on Friday complicates the source tree unnecessarily, making it difficult to track actual change4s done as well as to reproduce the current

Re: [Freeipa-devel] Proposal to reset master branch

2010-08-05 Thread Adam Young
On 08/05/2010 12:00 PM, Adam Young wrote: On 08/03/2010 01:53 PM, Adam Young wrote: Proposal to reset master branch to last known good commit prior to the merge of the web UI code. Since the push on Friday complicates the source tree unnecessarily, making it difficult to track actual

Re: [Freeipa-devel] Sudoers schema

2010-08-05 Thread Dmitri Pal
Hello, It occurred to me that we can have a compromise. We can have two ways and let the admins to decide which model to follow. So the schema will look like this: The sudo rule entry will have a string attribute to put a command verbatim as it is designed now and an attribute that contains a DN

Re: [Freeipa-devel] [PATCH] 495 user/group name validation

2010-08-05 Thread Adam Young
On 07/27/2010 04:38 PM, Rob Crittenden wrote: Add optional error message to pattern validator and enforces valid user/group names. The pattern validator by default displays the pattern that is being matched against. This isn't helpful, particularly for very hairy patterns. This adds a new

Re: [Freeipa-devel] [PATCH] 496 fix RPC tests

2010-08-05 Thread Adam Young
On 07/27/2010 04:40 PM, Rob Crittenden wrote: Fix the RPC tests. The method name comes back as a unicode from xmlrpclib.loads(). With this and a fix in patch 495 all tests should now pass. rob ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 499 show failures when adding/removing members from all group types

2010-08-05 Thread Adam Young
On 08/02/2010 06:14 PM, Rob Crittenden wrote: Properly show the members when an add/remove operation fails. The remove member function in baseldap was not returning failures at all. The add member function was only showing them in the group object. Most of the magic is handled in baseldap.

Re: [Freeipa-devel] [PATCH] 493 skip lang test if not built

2010-08-05 Thread Adam Young
On 08/04/2010 03:56 PM, Adam Young wrote: On 07/26/2010 06:01 PM, Rob Crittenden wrote: The i18n tests were failing if the language wasn't built. Skip it in this case and inform the user what to run to get the test to execute. rob ___

Re: [Freeipa-devel] [Patch] Simple-plugin-for-reflecting-user-principal

2010-08-05 Thread Adam Young
On 08/05/2010 11:01 AM, Pavel Zůna wrote: On 2010-08-04 01:49, Adam Young wrote: This is a required patch for the UI code. Basically, the Kerberos authentication method does not provide any way for the web ui to know who logged in. With this patch, we can do the equivalent of 'ipa whoami' that