]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Nologin is also a valid 'invalid' shell
authorPaul Traina <pst@FreeBSD.org>
Thu, 31 Jul 1997 15:25:35 +0000 (15:25 +0000)
committerPaul Traina <pst@FreeBSD.org>
Thu, 31 Jul 1997 15:25:35 +0000 (15:25 +0000)
adduser/adduser.perl

index 613d3ee5bb473cd8287ad22518ae7f1839812404..9eb66d24de8fc468608814665334312cbce97d74 100644 (file)
@@ -24,7 +24,7 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 #
-# $Id: adduser.perl,v 1.32 1997/07/18 12:05:43 wosch Exp $
+# $Id: adduser.perl,v 1.33 1997/07/24 17:44:46 wosch Exp $
 
 
 # read variables
@@ -249,7 +249,7 @@ sub passwd_read {
            if ($verbose && $sh &&
                !$shell{&basename($sh)} &&
                $p_username !~ /^(news|xten|bin|nobody|uucp)$/ &&
-               $sh !~ /\/(pppd|sliplogin)$/);
+               $sh !~ /\/(pppd|sliplogin|nologin)$/);
        $uid{$p_uid} = $p_username;
        $pwgid{$p_gid} = $p_username;
     }