On Fri, Aug 21, 2015 at 04:13:00PM +0200, Baptiste Daroussin wrote:
> On Fri, Aug 21, 2015 at 03:48:13PM +0200, O. Hartmann wrote:
> > Setting up on NanoBSD vi pw command an initial /etc/pw.conf (usermod -D), I
> > use
> > amongst other options also:
> >
> > -u 2000,32767 -i 2000,32767
> >
> > w
On Fri, Aug 21, 2015 at 03:48:13PM +0200, O. Hartmann wrote:
> Setting up on NanoBSD vi pw command an initial /etc/pw.conf (usermod -D), I
> use
> amongst other options also:
>
> -u 2000,32767 -i 2000,32767
>
> which finally and successfully expands to
>
> [...]
> # Range of valid default user
Setting up on NanoBSD vi pw command an initial /etc/pw.conf (usermod -D), I use
amongst other options also:
-u 2000,32767 -i 2000,32767
which finally and successfully expands to
[...]
# Range of valid default user ids
minuid = 2000
maxuid = 32767
# Range of valid default group ids
mingid = 2000