mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Comment on initgroups.c:1.8: it can prevent users from logging in if
a user has over 16 groups defined. Reported by: "Klaus-J. Wolf" <yanestra@web.de>
This commit is contained in:
parent
0a93720637
commit
ce41f4bf59
1 changed files with 8 additions and 0 deletions
8
UPDATING
8
UPDATING
|
|
@ -17,6 +17,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
|
|||
developers choose to disable these features on build machines
|
||||
to maximize performance.
|
||||
|
||||
20031213:
|
||||
src/lib/libc/gen/initgroups.c:1.8 now causes logins to fail
|
||||
if the login process is unable to successfully set the
|
||||
process credentials to include all groups defined for the
|
||||
user. The current kernel limit is 16 groups; administrators
|
||||
may wish to check that users do not have over 16 groups
|
||||
defined, or they will be unable to log in.
|
||||
|
||||
20031112:
|
||||
The statfs structure has been updated with 64-bit fields to
|
||||
allow accurate reporting of multi-terabyte filesystem
|
||||
|
|
|
|||
Loading…
Reference in a new issue