[Midnightbsd-cvs] [MidnightBSD/src] 219cc1: The previous expression borked if a username had a...
Lucas Holt
noreply at github.com
Sun Nov 15 01:09:54 EST 2020
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 219cc18ae0c44515dfc383c8c7227a54ed2bba0c
https://github.com/MidnightBSD/src/commit/219cc18ae0c44515dfc383c8c7227a54ed2bba0c
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-11-15 (Sun, 15 Nov 2020)
Changed paths:
M etc/periodic/daily/200.backup-passwd
Log Message:
-----------
The previous expression borked if a username had a plus or hyphen in it.
This is needlessly restrictive- at leSt a hyphen in the middle is valid.
Instead of playing this game, let's just assume the username can't contain a
colon and mask out the second field.
Obtained from: freebsd
More information about the Midnightbsd-cvs
mailing list