Fix str[c]spn off by one error.
[dragonfly.git] / share / examples / etc / skey.access
blobad0245f6edb9b3cefea77c63f10b1fdbd1ca251a
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.
5 # Each rule has the form:
7 #       permit condition condition...
8 #       deny condition condition...
10 # Where "permit" or "deny" may be followed by zero or more conditions.
12 # A rule is matched when all conditions are satisfied. A rule without
13 # conditions is always satisfied.
15 # Examples of conditions are:
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
23 # The old S/Key form (permit/deny netnumber netmask) is still supported.
25 #permit user uugiga      # uucp login via modem or internet
26 #permit port ttyb        # local
27 #permit port console     # local
28 #deny                    # anything else
30 permit                   # permit plaintext passwords all the time