Home | History | Annotate | Download | only in ppp
      1 #ident	"%Z%%M%	%I%	%E% SMI"
      2 #
      3 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
      4 # Use is subject to license terms.
      5 #
      6 # CDDL HEADER START
      7 #
      8 # The contents of this file are subject to the terms of the
      9 # Common Development and Distribution License, Version 1.0 only
     10 # (the "License").  You may not use this file except in compliance
     11 # with the License.
     12 #
     13 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
     14 # or http://www.opensolaris.org/os/licensing.
     15 # See the License for the specific language governing permissions
     16 # and limitations under the License.
     17 #
     18 # When distributing Covered Code, include this CDDL HEADER in each
     19 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     20 # If applicable, add the following below this CDDL HEADER, with the
     21 # fields enclosed by brackets "[]" replaced with your own identifying
     22 # information: Portions Copyright [yyyy] [name of copyright owner]
     23 #
     24 # CDDL HEADER END
     25 #
     26 # Privileged system-wide pppd options may be placed here.  Typically, the
     27 # following options are used in this file:
     28 #
     29 #	lock		-- enable UUCP-style device locking
     30 #	name <name>	-- set local system name for authentication
     31 #	domain <name>	-- append domain name to local name
     32 #	nodefaultroute	-- prevent users from installing a default route
     33 #	noproxyarp	-- prevent users from using proxy ARP
     34 #
     35 # Device-specific options, such as asyncmap, should go in the per-device
     36 # option files named /etc/ppp/options.<tty>, where <tty> is the name of
     37 # the device.  For example, if /dev/ttya is used, then /etc/ppp/options.ttya
     38 # will be read (if it exists).  When IP addresses are allocated per-port
     39 # for dial-in nodes ("dynamic IP addressing"), then the remote address
     40 # should be placed in that file as well.
     41 #
     42 # Peer-specific options, such as connect scripts, IP addresses, and other
     43 # protocol options, should be placed in /etc/ppp/peers/<name>, where <name>
     44 # is the name of the peer.  This file is then read by using the pppd "call"
     45 # option; usually from the command line.
     46 #
     47 # Options in this file, /etc/ppp/options.<tty>, /etc/ppp/peers/<name>,
     48 # /etc/ppp/pap-secrets, and /etc/ppp/chap-secrets are all considered
     49 # privileged.  Those from ~/.ppprc and the command line are privileged
     50 # if the invoker is root, and unprivileged otherwise.
     51 #
     52 lock
     53 nodefaultroute
     54 noproxyarp
     55