summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb/pwd_mkdb.8
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-08-30 09:55:42 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-08-30 09:55:42 +0000
commitaddfa1409d29fdab711254c22cf82d2ee08b0bdc (patch)
tree97dcb8295788204086d705956744e7495b2c1bf0 /usr.sbin/pwd_mkdb/pwd_mkdb.8
parent903d244211fbbcc99b0aacb7009d0f967bc623d9 (diff)
downloadFreeBSD-src-addfa1409d29fdab711254c22cf82d2ee08b0bdc.zip
FreeBSD-src-addfa1409d29fdab711254c22cf82d2ee08b0bdc.tar.gz
Only issue a warning for the first occurrence of a UID > USHRT_MAX and
the first occurrence of a GID > USHRT_MAX. PR: 13344 Reviewed by: bde
Diffstat (limited to 'usr.sbin/pwd_mkdb/pwd_mkdb.8')
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.88
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8
index 3223353..c3b68a2 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.8
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8
@@ -149,6 +149,14 @@ style databases for the password file but depended on the calling programs
to install them.
The program was renamed in order that previous users of the program
not be surprised by the changes in functionality.
+.Pp
+The
+.Nm
+program will produce warnings if it finds a UID or GID larger than the
+historical maximum (USHRT_MAX), as these may cause problems for software
+which assumes such a maximum.
+Only the first such UID and the first such GID will produce a
+warning.
.Sh SEE ALSO
.Xr chpass 1 ,
.Xr passwd 1 ,
OpenPOWER on IntegriCloud