mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Suggested by: David Nugent
Change the name of ppp.disabled to ppp.deny for consistency with at.deny and friends.
This commit is contained in:
parent
52379a4d35
commit
ef0e77e33a
2 changed files with 15 additions and 0 deletions
15
share/examples/pppd/ppp.deny.sample
Normal file
15
share/examples/pppd/ppp.deny.sample
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# list of users disallowed any pppd access via 'system
|
||||
# password login'.
|
||||
# read by pppd(8).
|
||||
root
|
||||
toor
|
||||
daemon
|
||||
operator
|
||||
bin
|
||||
games
|
||||
news
|
||||
man
|
||||
ftp
|
||||
uucp
|
||||
xten
|
||||
ingres
|
||||
Loading…
Reference in a new issue