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 i

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 headr

[Freeipa-devel] [PATCH] 265 fix dnaMaxValue

2009-09-08 Thread Rob Crittenden
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 for replicas. rob freeip