[gnu.bash.bug] ftp fails when bash is login shell

jes@mbio.med.upenn.edu (Joe Smith) (08/24/89)

We're having a problem when bash (1.02) is installed as the login
shell: ftp refuses any logins from a remote system with the message
'user jes access denied, Login failed' (SunOS 4.0).  Does ftp not
recognize bash as a valid shell, or did I miss something in the
installation?

Hopefully this is just my ignorance again.

<Joe
--
 Joe Smith
 University of Pennsylvania                    jes@mbio.med.upenn.edu
 Dept. of Biochemistry and Biophysics          (215) 898-8348
 Philadelphia, PA 19104-6059

bfox@AUREL.CALTECH.EDU (Brian Fox) (08/25/89)

   Date: 24 Aug 89 16:25:51 GMT
   From: jes@operations.dccs.upenn.edu  (Joe Smith)
   Organization: University of Pennsylvania, Philadelphia, PA
   Sender: bug-bash-request@prep.ai.mit.edu


   We're having a problem when bash (1.02) is installed as the login
   shell: ftp refuses any logins from a remote system with the message
   'user jes access denied, Login failed' (SunOS 4.0).  Does ftp not
   recognize bash as a valid shell, or did I miss something in the
   installation?

   Hopefully this is just my ignorance again.

   <Joe
   --
    Joe Smith
    University of Pennsylvania                    jes@mbio.med.upenn.edu
    Dept. of Biochemistry and Biophysics          (215) 898-8348
    Philadelphia, PA 19104-6059

Edit /etc/shells to include the pathname of the bash binary that you are
using as a login shell.  If /etc/shells does not exist, make it.  Here
is what it looks like on my machine:


----------------------------------------
File: /etc/shells
----------------------------------------
/bin/csh
/bin/sh
/usr/gnu/bin/bash
----------------------------------------

arnold@mathcs.emory.edu (Arnold D. Robbins {EUCC}) (08/25/89)

In article <JES.89Aug24122551@mbio.med.upenn.edu> jes@mbio.med.upenn.edu (Joe Smith) writes:
>We're having a problem when bash (1.02) is installed as the login
>shell: ftp refuses any logins from a remote system with the message
>'user jes access denied, Login failed' (SunOS 4.0).  Does ftp not
>recognize bash as a valid shell, or did I miss something in the
>installation?

Put the pathname for bash into /etc/shells.  Check out the doc on ftpd
which details these sorts of things.

inews filler
inews filler
-- 
Arnold Robbins -- Emory University Computing Center | Laundry increases
DOMAIN: arnold@unix.cc.emory.edu		    | exponentially in the
UUCP: gatech!emoryu1!arnold  PHONE: +1 404 727-7636 | number of children.
BITNET: arnold@emoryu1	     FAX:   +1 404 727-2599 |     -- Miriam Hartholz

achille@portia.Stanford.EDU (Chi Hui) (08/25/89)

In article <JES.89Aug24122551@mbio.med.upenn.edu> jes@mbio.med.upenn.edu (Joe Smith) writes:
>We're having a problem when bash (1.02) is installed as the login
>shell: ftp refuses any logins from a remote system with the message

We have no problem to ftp ( Ultrix 4.36 ) in or out here, fizzle.stanford.edu,
when bash (1.02) is used as login shell . The machine is a DEC3100 running
under Ultrix Worksystem 2.0 (Rev. 7).

					bash@fizzle.stanford.edu

earle@poseur.JPL.NASA.GOV (Greg Earle - Sun JPL on-site Software Support) (08/28/89)

In article <JES.89Aug24122551@mbio.med.upenn.edu> jes@mbio.med.upenn.edu (Joe Smith) writes:
>We're having a problem when bash (1.02) is installed as the login
>shell: ftp refuses any logins from a remote system with the message
>'user jes access denied, Login failed' (SunOS 4.0).  Does ftp not
>recognize bash as a valid shell, or did I miss something in the
>installation?

Your pathname to `bash' (e.g., `/usr/local/bin/bash') must be in the
file `/etc/shells'.

--
	Greg Earle
	Sun Microsystems, Inc. - JPL on-site Software Support
	earle@poseur.JPL.NASA.GOV	(direct)
	earle@Sun.COM			(indirect)