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

2009-09-09 Thread Pavel Zuna
Rob Crittenden wrote: 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

Re: [Freeipa-devel] Re: [PATCHES] Add support for different automount maps per location.

2009-09-09 Thread Rob Crittenden
Rob Crittenden wrote: Pavel Zůna wrote: 0007: Add support for different automount maps per location. This patch enabled us to have a different set of automount maps per location and to manage those locations via command plugins. To add a new location: ipa automountlocation-add Brno To add

Re: [Freeipa-devel] Re: [PATCHES] Add support for different automount maps per location.

2009-09-09 Thread Pavel Zuna
Rob Crittenden wrote: Rob Crittenden wrote: Pavel Zůna wrote: 0007: Add support for different automount maps per location. This patch enabled us to have a different set of automount maps per location and to manage those locations via command plugins. To add a new location: ipa

Re: [Freeipa-devel] [PATCH] 265 fix dnaMaxValue

2009-09-09 Thread Martin Nagy
Rob Crittenden wrote: Ensure that dnaMaxValue is higher than dnaNextValue at install time. If you don't specify a specific uid/gid start value then a random one gets set. We need to be sure that the max value is more than this. I picked a 10 range to ensure that there is some headroom

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

2009-09-09 Thread Martin Nagy
David O'Brien wrote: 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. I'm assuming this is what causes the local variable

Re: [Freeipa-devel] [PATCH] 265 fix dnaMaxValue

2009-09-09 Thread Rob Crittenden
Martin Nagy wrote: Rob Crittenden wrote: Ensure that dnaMaxValue is higher than dnaNextValue at install time. If you don't specify a specific uid/gid start value then a random one gets set. We need to be sure that the max value is more than this. I picked a 10 range to ensure that there