]> git.ozlabs.org Git - ppp.git/blob - sample/pap-secrets
pppd man page: Update header to refer to pppd 2.5.x
[ppp.git] / sample / pap-secrets
1 # Secrets for authentication using PAP
2 # client        server  secret                  IP addresses
3
4 # OUTBOUND CONNECTIONS
5 # Here you should add your userid password to connect to your providers via
6 # pap. The * means that the password is to be used for ANY host you connect
7 # to. Thus you do not have to worry about the foreign machine name. Just
8 # replace password with your password.
9 # If you have different providers with different passwords then you better
10 # remove the following line.
11 #hostname       *       password
12
13 # INBOUND CONNECTIONS
14 #client         hostname        <password>      192.168.1.1
15
16 # If you add "auth login -chap +pap" to /etc/mgetty+sendfax/login.config,
17 # all users in /etc/passwd can use their password for pap-authentication.
18 #
19 # Every regular user can use PPP and has to use passwords from /etc/passwd
20 #*      hostname        ""
21 # UserIDs that cannot use PPP at all. Check your /etc/passwd and add any
22 # other accounts that should not be able to use pppd! Replace hostname
23 # with your local hostname.
24 #guest          hostname        "*"     -
25 #master         hostname        "*"     -
26 #root           hostname        "*"     -
27 #support        hostname        "*"     -
28 #stats          hostname        "*"     -