Re: validating user IDs

2012-06-11 Thread Colin McCabe
Sure. We could also find the current user ID and bake that into the test as an "acceptable" UID. If that makes sense. Colin On Mon, Jun 11, 2012 at 4:12 PM, Alejandro Abdelnur wrote: > Colin, > > Would be possible using some kind of cmake config magic to set a macro to > the current OS limit?

Re: validating user IDs

2012-06-11 Thread Alejandro Abdelnur
Colin, Would be possible using some kind of cmake config magic to set a macro to the current OS limit? Even if this means detecting the OS version and assuming its default limit. thx On Mon, Jun 11, 2012 at 3:57 PM, Colin McCabe wrote: > Hi all, > > I recently pulled the latest source, and ran