summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/sample/pap-secrets
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2002-08-23 15:52:19 +0000
committerMystery Man <unknown@mandriva.org>2002-08-23 15:52:19 +0000
commit4093b2d83713aa2c17ae96ed65950aedb3081057 (patch)
tree27b2356c02aabca32c7ea8072807c00177fd0516 /mdk-stage1/ppp/sample/pap-secrets
parent0ef89968d7a68bc41d7018fa3ffd8d22bcdb2bb3 (diff)
downloaddrakx-backup-do-not-use-4093b2d83713aa2c17ae96ed65950aedb3081057.tar
drakx-backup-do-not-use-4093b2d83713aa2c17ae96ed65950aedb3081057.tar.gz
drakx-backup-do-not-use-4093b2d83713aa2c17ae96ed65950aedb3081057.tar.bz2
drakx-backup-do-not-use-4093b2d83713aa2c17ae96ed65950aedb3081057.tar.xz
drakx-backup-do-not-use-4093b2d83713aa2c17ae96ed65950aedb3081057.zip
This commit was manufactured by cvs2svn to create branch
'gdk-pixbuf-0-branch'.
Diffstat (limited to 'mdk-stage1/ppp/sample/pap-secrets')
-rw-r--r--mdk-stage1/ppp/sample/pap-secrets28
1 files changed, 0 insertions, 28 deletions
diff --git a/mdk-stage1/ppp/sample/pap-secrets b/mdk-stage1/ppp/sample/pap-secrets
deleted file mode 100644
index 098971b9f..000000000
--- a/mdk-stage1/ppp/sample/pap-secrets
+++ /dev/null
@@ -1,28 +0,0 @@
-# Secrets for authentication using PAP
-# client server secret IP addresses
-
-# OUTBOUND CONNECTIONS
-# Here you should add your userid password to connect to your providers via
-# pap. The * means that the password is to be used for ANY host you connect
-# to. Thus you do not have to worry about the foreign machine name. Just
-# replace password with your password.
-# If you have different providers with different passwords then you better
-# remove the following line.
-#hostname * password
-
-# INBOUND CONNECTIONS
-#client hostname <password> 192.168.1.1
-
-# If you add "auth login -chap +pap" to /etc/mgetty+sendfax/login.config,
-# all users in /etc/passwd can use their password for pap-authentication.
-#
-# Every regular user can use PPP and has to use passwords from /etc/passwd
-#* hostname ""
-# UserIDs that cannot use PPP at all. Check your /etc/passwd and add any
-# other accounts that should not be able to use pppd! Replace hostname
-# with your local hostname.
-#guest hostname "*" -
-#master hostname "*" -
-#root hostname "*" -
-#support hostname "*" -
-#stats hostname "*" -