Add GA-Schloss. Renew WF.
This commit is contained in:
57
GA-Schloss/pap-secrets.GA-Schloss
Normal file
57
GA-Schloss/pap-secrets.GA-Schloss
Normal file
@ -0,0 +1,57 @@
|
||||
#
|
||||
# /etc/ppp/pap-secrets
|
||||
#
|
||||
# This is a pap-secrets file to be used with the AUTO_PPP function of
|
||||
# mgetty. mgetty-0.99 is preconfigured to startup pppd with the login option
|
||||
# which will cause pppd to consult /etc/passwd (and /etc/shadow in turn)
|
||||
# after a user has passed this file. Don't be disturbed therefore by the fact
|
||||
# that this file defines logins with any password for users. /etc/passwd
|
||||
# (again, /etc/shadow, too) will catch passwd mismatches.
|
||||
#
|
||||
# This file should block ALL users that should not be able to do AUTO_PPP.
|
||||
# AUTO_PPP bypasses the usual login program so it's necessary to list all
|
||||
# system userids with regular passwords here.
|
||||
#
|
||||
# ATTENTION: The definitions here can allow users to login without a
|
||||
# password if you don't use the login option of pppd! The mgetty Debian
|
||||
# package already provides this option; make sure you don't change that.
|
||||
|
||||
# INBOUND connections
|
||||
|
||||
# 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!
|
||||
guest hostname "*" -
|
||||
master hostname "*" -
|
||||
root hostname "*" -
|
||||
support hostname "*" -
|
||||
stats hostname "*" -
|
||||
|
||||
# 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.
|
||||
|
||||
# * password
|
||||
|
||||
|
||||
## - ckubu
|
||||
"0025591824365511139967620001@t-online.de" * "67982653"
|
||||
|
||||
## - DSL Altenschlirf ST (feste ip-addresse 87.139.62.172)
|
||||
## -
|
||||
"feste-ip3/5TBX42N4SE8M@t-online-com.de" * "15868583"
|
||||
|
||||
## - DSL Altenschlirf Surf (feste ip-addresse 80.153.166.156)
|
||||
## -
|
||||
"feste-ip6/8TB0GP2GSCDF@t-online-com.de" * "87642121"
|
||||
|
||||
## - DSL Altenschlirf Surf2 (feste ip-addresse 87.128.11.35)
|
||||
## -
|
||||
"002468512294551125742960001@t-online.de" * "16819924"
|
Reference in New Issue
Block a user