diff options
| author | Daniel O'Callaghan <danny@FreeBSD.org> | 1997-04-15 07:15:15 +0000 |
|---|---|---|
| committer | Daniel O'Callaghan <danny@FreeBSD.org> | 1997-04-15 07:15:15 +0000 |
| commit | 648cce8fd559885c9c386d6d8a303f6bbe327cf9 (patch) | |
| tree | fa2e37a179f07c71599bb91b7c7b720523f51e34 /share/examples/pppd | |
| parent | b27098e7ca6abc0edd41b0db8de40d746ca25edb (diff) | |
Notes
Diffstat (limited to 'share/examples/pppd')
| -rw-r--r-- | share/examples/pppd/ppp.shells.sample | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/examples/pppd/ppp.shells.sample b/share/examples/pppd/ppp.shells.sample new file mode 100644 index 0000000000000..af4136c68f870 --- /dev/null +++ b/share/examples/pppd/ppp.shells.sample @@ -0,0 +1,11 @@ +# List of acceptable shells for pppd(8). +# Pppd will not accept a system password login +# by a user whose shell is not listed below. + +/bin/sh +/bin/csh +/usr/local/bin/ksh +/usr/local/bin/zsh +/usr/local/bin/bash +/usr/local/bin/tcsh +/usr/local/bin/ppplogin.sh |
