[Freeipa-devel] [PATCH] jderose 016 Fixed undefined `dns_forwarders` in ipa-server-install

2009-09-08 Thread Jason Gerard DeRose
In ipa-server-install, if options.setup_dns is False, the `dns_forwarders` variable doesn't get defined, and so things crap out when bind.setup() is called in line 649. From 0001ead23abfca6bd419e06ca6ab134367672e63 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose jder...@redhat.com Date: Tue,

Re: [Freeipa-devel] [PATCH] jderose 016 Fixed undefined `dns_forwarders` in ipa-server-install

2009-09-08 Thread Martin Nagy
On Tue, 2009-09-08 at 01:12 -0600, Jason Gerard DeRose wrote: In ipa-server-install, if options.setup_dns is False, the `dns_forwarders` variable doesn't get defined, and so things crap out when bind.setup() is called in line 649. Ack and pushed. Martin

[Freeipa-devel] [PATCH] Add forgotten chunks from commit 4e5a68397a102f0be

2009-09-08 Thread Martin Nagy
I accidentally pushed the older patch that didn't contain bits for ipa-replica-install. Martin From 63b61e9c0a8b1b4de7426a96085de0a9b029ee2a Mon Sep 17 00:00:00 2001 From: Martin Nagy mn...@redhat.com Date: Tue, 1 Sep 2009 23:28:52 +0200 Subject: [PATCH] Add forgotten chunks from commit

[Freeipa-devel] [PATCH] Fix bug in dns_find - execute() returned different value than expected.

2009-09-08 Thread Pavel Zůna
dns_find.execute() wasn't returning the truncated (truncated search results) flag. It threw an exception when invoked. Pavel 0002-Fix-bug-in-dns_find-execute-returned-different-v.patch Description: application/mbox ___ Freeipa-devel mailing list

[Freeipa-devel] [PATCH] Improve attribute printing in the CLI.

2009-09-08 Thread Pavel Zůna
This patch makes printing of LDAP attributes more versatile. The caller can now choose if attributes with more than one value should be printed on one line (each value separated by ', ') or on several lines (each value on its own line). In the later case, the patch also introduces smart word

[Freeipa-devel] [PATCHES] Improve ipalib.plugins.baseldap classes.

2009-09-08 Thread Pavel Zůna
- remove obsolete code related to PluginProxy - remove parent_key attribute, for the purpose of nested objects the parent's primary key is retrieved automatically - added support for auto-generating UUIDs - make use of the improved attribute printing in CLI !!! depends on previous patch !!! -

[Freeipa-devel] Re: [PATCHES] Improve ipalib.plugins.baseldap classes.

2009-09-08 Thread Rob Crittenden
Pavel Zůna wrote: - remove obsolete code related to PluginProxy - remove parent_key attribute, for the purpose of nested objects the parent's primary key is retrieved automatically - added support for auto-generating UUIDs - make use of the improved attribute printing in CLI !!! depends on

Re: [Freeipa-devel] [PATCH] jderose 017 Giant WebUI patch part 1

2009-09-08 Thread Dmitri Pal
Rob Crittenden wrote: Jason Gerard DeRose wrote: This is a big patch to get everyone synced up with what I'm doing on the webUI. The Engine is currently *very* dumb because I need to tare through a bunch of plugin metadata, make a lot of changes, but doing that is likely going to make