2001-08-14 23:38:31 +00:00
|
|
|
# $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
|
|
|
|
#
|
2003-02-16 13:04:27 +00:00
|
|
|
#permit 127.0.0.1 255.255.255.255
|