home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / ppp / pap-secrets < prev   
Text File  |  1999-03-03  |  2KB  |  38 lines

  1. # This is a pap-secrets file to be used with the AUTO_PPP function of mgetty
  2. # mgetty-0.99 is preconfigured to startup pppd with the login option which
  3. # will cause pppd to consult /etc/passwd after a user has passed this file
  4. # Dont be disturbed therfore by the fact that this file defines logins with
  5. # any password for users. /etc/passwd will catch passwd mismatches.
  6. #
  7. # This file should block ALL users that should not be able to do AUTO_PPP!
  8. # AUTO_PPP bypasses the usual login program so its necessary to list all
  9. # system userids with regular passwords here!
  10. #
  11. # ATTENTION: The definitions here can allow users to login without a
  12. # password if you dont use the login option of pppd!
  13. # The /etc/ppp/options file installed has the login option enabled
  14.  
  15. # INBOUND connections
  16.  
  17. # Every regular user can use PPP and has to use passwords from /etc/passwd
  18. *    artica    ""    *
  19.  
  20. # UserIDs that cannot use PPP at all. Check your /etc/passwd and add any
  21. # other accounts that should not be able to use pppd!
  22. guest    artica    "*"    -
  23. master    artica    "*"    -
  24. root    artica    "*"    -
  25. support    artica    "*"    -
  26. stats    artica    "*"    -
  27.  
  28. # OUTBOUND connections
  29.  
  30. # Here you should add your userid password to connect to your providers via
  31. # pap. The * means that the password is to be used for ANY host you connect
  32. # to. Thus you do not have to worry about the foreign machine name. Just
  33. # replace password with your password.
  34. # If you have different providers with different passwords then you better
  35. # remove the following line.
  36.  
  37. artica    *    password
  38.