Revision 4dbb3ffd0487dbcb96b5e8f720daef34f1dbdab1 authored by Michael Tuexen on 18 January 2010, 20:57:50 UTC, committed by Michael Tuexen on 18 January 2010, 20:57:50 UTC
Bugfix: Use formula from section 7.2.3 of RFC 4960. Reported by Martin Becke.
1 parent 13bb7cb
Raw File
opieaccess
# $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
back to top