diff options
author | ache <ache@FreeBSD.org> | 2001-08-14 23:38:31 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-14 23:38:31 +0000 |
commit | 21085f99c8e23f6f536755912eb9fcad837cdddf (patch) | |
tree | f49c4258bc9874a242c0a15d25b67c0cf0c03efe /etc/opieaccess | |
parent | f4b75f5bb2788c0eb99520c41162bef37f41dd58 (diff) | |
download | FreeBSD-src-21085f99c8e23f6f536755912eb9fcad837cdddf.zip FreeBSD-src-21085f99c8e23f6f536755912eb9fcad837cdddf.tar.gz |
Add/install /etc/opieaccess skeleton
Approved by: markm
Diffstat (limited to 'etc/opieaccess')
-rw-r--r-- | etc/opieaccess | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/opieaccess b/etc/opieaccess new file mode 100644 index 0000000..24bd517 --- /dev/null +++ b/etc/opieaccess @@ -0,0 +1,12 @@ +# $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 +# |