NPPPD-USERS(5) - File Formats Manual # NPPPD-USERS(5) - File Formats Manual
NAME # npppd-users - user database file
DESCRIPTION # The npppd-users file describes the various attributes of users. Refer to cgetent(3) for a description of the file layout. Each entry in the database is used to describe one user. The record name is the username. The following attributes can be specified:
**Name** **Description** password User's password. Some characters are needed to be represented by the escape sequence.
...
NPPPD(8) - System Manager’s Manual # NPPPD(8) - System Manager’s Manual
NAME # npppd - new Point-to-Point Protocol (PPP) daemon
SYNOPSIS # npppd [-dn] [-f config_file]
DESCRIPTION # npppd is a Point-to-Point Protocol (PPP) and tunneling daemon capable of L2TP, PPTP, and PPPoE.
-d
Do not daemonize. If this option is specified, npppd will run in the foreground and log to stderr.
-f config_file
Specify an alternative configuration file.
...
PPPX(4) - Device Drivers Manual # PPPX(4) - Device Drivers Manual
NAME # pppx, pppac - PPP multiplexer device
SYNOPSIS # pseudo-device pppx
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <net/pipex.h>
DESCRIPTION # The pppx and pppac drivers works with the npppd(8) daemon to provide network interfaces for Point-to-Point Protocol (PPP) sessions by request from the daemon. pppx operates by allocating a network interface for each PPP session. pppac concentrates multiple PPP sessions on a single network interface.
...