Xref: utzoo comp.bugs.sys5:897 comp.unix.wizards:15764 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ukma!gatech!hubcap!ncrcae!wescott From: wescott@ncrcae.Columbia.NCR.COM (Mike Wescott) Newsgroups: comp.bugs.sys5,comp.unix.wizards Subject: Re: Use of /etc/dialups and /etc/d_passwd Keywords: dialup security password tty sys5 Message-ID: <4422@ncrcae.Columbia.NCR.COM> Date: 26 Apr 89 20:03:32 GMT References: <245@chip.UUCP> Reply-To: wescott@ncrcae.Columbia.NCR.COM (Mike Wescott) Organization: NCR Corp., Engineering & Manufacturing - Columbia, SC Lines: 23 In article <245@chip.UUCP> mparker@chip.UUCP (M. D. Parker) writes: > In a system V environment, I'd be interested in knowing how these files > [ /etc/dialups and /etc/d_passwd ] are used, their formats, etc. /etc/dialups contains a list of the pathnames of devices which are to be considered "dialup" lines and for which an additional dialup password will be required. Use the full pathname: "/dev/tty29", one name per line. /etc/d_passwd contains the encrypted passwords and the corresponding shells: /bin/sh:vyEGlsxgLaDj.: /usr/lib/uucp/uucico:: The dialup password is requested after (and only after) a username and password has been validated. Hence getting the propt for a Dialup Password means the you have a good username and password. The password is dependent on the shell in the user's /etc/passwd entry (/bin/sh is the default if the shell is not explicitly mentioned in /etc/d_passwd). The null entry above means that uucp connections don't get asked for a dialup password. -- -Mike Wescott mike.wescott@ncrcae.Columbia.NCR.COM