blob: 731dd29e6bf5f927f5ad0fa2605ddccaa2c0da6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $FreeBSD: src/etc/opieaccess,v 1.4.36.1 2010/02/10 00:26:20 kensmith Exp $
#
# 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
|