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
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
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
30 permit # permit plaintext passwords all the time