diff options
Diffstat (limited to 'lib/libopie/opieaccess')
-rw-r--r-- | lib/libopie/opieaccess | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libopie/opieaccess b/lib/libopie/opieaccess new file mode 100644 index 000000000000..ed57ef13a33a --- /dev/null +++ b/lib/libopie/opieaccess @@ -0,0 +1,13 @@ +# $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 |