mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
36e3e2871d
option.
14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# This file controls whether UNIX passwords are to be permitted. Rules
|
|
# are matched in order, and the search terminates when the first matching
|
|
# rule has been found. Default action is "deny". See opieaccess(5) for
|
|
# more information.
|
|
#
|
|
# Each rule has the form:
|
|
#
|
|
# permit address netmask
|
|
# deny address netmask
|
|
#
|
|
#permit 127.0.0.1 255.255.255.255
|