Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix-wizards Subject: Re: star in password field Message-ID: <10950@brl-tgr.ARPA> Date: Thu, 23-May-85 08:42:30 EDT Article-I.D.: brl-tgr.10950 Posted: Thu May 23 08:42:30 1985 Date-Received: Fri, 24-May-85 08:27:57 EDT References: <4060001@csd2.UUCP> Organization: Ballistic Research Lab Lines: 9 > does anyone know what a * in the password field in /etc/passwd > or /etc/group means?? A "*" will not match any encrypted password, so it prevents password access to that user/group. This is useful when you need the account for filing purposes (e.g. "bin" may own all system binaries) but don't want anyone logging in and operating under that account. By the way, an EMPTY field means "no password required".