Merge from vendor branch NCURSES:
[dragonfly.git] / share / examples / etc / skey.access
1 # This file controls whether UNIX passwords are to be permitted.  Rules
2 # are matched in order, and the search terminates when the first matching
3 # rule has been found.
4 #
5 # Each rule has the form:
6 #
7 #       permit condition condition...
8 #       deny condition condition...
9 #
10 # Where "permit" or "deny" may be followed by zero or more conditions.
11 #
12 # A rule is matched when all conditions are satisfied. A rule without
13 # conditions is always satisfied.
14 #
15 # Examples of conditions are:
16 #
17 #       hostname wzv.win.tue.nl
18 #       internet 131.155.210.0 255.255.255.0
19 #       port     ttya
20 #       user     root
21 #       group    wheel
22 #
23 # The old S/Key form (permit/deny netnumber netmask) is still supported.
24 #
25 #permit user uugiga      # uucp login via modem or internet
26 #permit port ttyb        # local
27 #permit port console     # local
28 #deny                    # anything else
29
30 permit                   # permit plaintext passwords all the time