| Summary: | Cannot create pwd.db with passwd file exceeding 65535 users. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | lenwilliams <lenwilliams> |
| Component: | misc | Assignee: | Sheldon Hearn <sheldonh> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
lenwilliams
2000-09-01 20:10:01 UTC
lenwilliams@aplus.net writes: > pwd_mkdb generates the following error upon reaching uid of 65535. It's just a warning. Some file systems (e.g. NFS) can't handle UIDs above 65535. > Will increasing "maxusers" resolve this? No. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no State Changed From-To: open->closed If the warnings bug you, pwd_mkdb(8) in FreeBSD 3.5-RELEASE and above support an environment variable, PW_SCAN_BIG_IDS, in the presence of which the warnings are silenced. Responsible Changed From-To: freebsd-bugs->sheldonh Added PW_SCAN_BIG_IDS. |