blob: c3977df97111693d70ed86a4f4f9a4854cfc5385 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using
# one of these shells.
/bin/bash
/bin/csh
/bin/dash
/bin/ksh
/bin/sh
/bin/tcsh
/bin/zsh
|