Sheldon Hearn writes:
> -awk -F: '$2=="" {print $0}' /etc/master.passwd
> +grep -v '^\+' /etc/master.passwd | awk -F: '$2=="" {print $0}'
agh!
awk -F: '$1 !~ /^\+/ && $2=="" {print $0}' /etc/master.passwd
DES
--
Dag-Erling Smorgrav - d...@flood.ping.uio.no
To Unsubscribe: send ma
On Fri, 02 Apr 1999 17:26:15 PST, Scott Michel wrote:
> Removing the "*" makes things work again, but the security check
> wails about a user w/o a password.
The entries should not use "*" in the first place. With regard to the
security check, see PR 9639 at:
http://www.freebsd.org/cgi
On Fri, 2 Apr 1999, Scott Michel wrote:
> > Umm- it's never supposed to have been with a '*' in it for this YP
> > implementation, I believe. Fixing the security check would be a good
> > thing. Going to pam/nsswitch.conf would be even better.
>
> Been that way for years, ever since I started
> Umm- it's never supposed to have been with a '*' in it for this YP
> implementation, I believe. Fixing the security check would be a good
> thing. Going to pam/nsswitch.conf would be even better.
Been that way for years, ever since I started supporting a SCO box
oh these many years ago with a U
Umm- it's never supposed to have been with a '*' in it for this YP
implementation, I believe. Fixing the security check would be a good
thing. Going to pam/nsswitch.conf would be even better.
On Fri, 2 Apr 1999, Scott Michel wrote:
> I didn't see anything along these lines the the archive, so
I didn't see anything along these lines the the archive, so
here goes... (something different to the other threads running
these days.)
In 3.3.1 and 4.0-current, if one puts the following in /etc/passwd
to enable NIS logins:
+:*:
then logins (console or ssh) of ordinary users don't w