Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2015 15:48:13 +0200
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        freebsd-current <freebsd-current@freebsd.org>
Subject:   pw: pw: Invalid min_uid: '2000'; ignoring
Message-ID:  <20150821154813.06d84fde@freyja.zeit4.iv.bundesimmobilien.de>

next in thread | raw e-mail | index | archive | help
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
maxgid = 32767
[...]

as expected.

Adding or changing now a user within such an environment gives me

pw: Invalid min_uid: '2000'; ignoring
pw: Invalid max_uid: '32767'; ignoring
pw: Invalid min_gid: '2000'; ignoring
pw: Invalid max_gid: '32767'; ignoring

which is obviously not correct.

Since pw has undergone severe maintenance, I consider this a bug.

Regards,

Oliver



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150821154813.06d84fde>