kernel - Update swapcache manual page, fix breakage in last commit
[dragonfly.git] / share / examples / pppd / chap-secrets.sample
blobd76a83e449a872e9ecd40628caa6df8c9ef34bb3
1 # $FreeBSD: src/share/examples/pppd/chap-secrets.sample,v 1.1.2.1 2002/02/12 00:49:12 cjc Exp $
2 # $DragonFly: src/share/examples/pppd/chap-secrets.sample,v 1.2 2003/06/17 04:36:57 dillon Exp $
4 # Example for /etc/ppp/chap-secrets file.
6 # This file should be owned by root and not readable or
7 # writable by any other user.
9 # Dialin format: <remote name> <our name> <password> <allowed IP addresses>
11 joe     server  password        192.168.0.0/24 192.168.2.2
12 lisa    server  l1z4            * !192.168.0.1
13 mike    server  secret          *
14 luser   server  nopass          -
16 # Dialout format: <our name> <server name> <password>
18 jane    isp     password