From owner-cvs-usrsbin Thu Mar 23 14:31:20 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA23859 for cvs-usrsbin-outgoing; Thu, 23 Mar 1995 14:31:20 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA23849; Thu, 23 Mar 1995 14:31:15 -0800 Date: Thu, 23 Mar 1995 14:31:15 -0800 From: Bill Paul Message-Id: <199503232231.OAA23849@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk wpaul 95/03/23 14:31:14 Modified: usr.sbin/pwd_mkdb pwd_mkdb.c Log: Re-enable +::::::::: wildcards that I had previously disallowed. Note: if you put +::0:0:::::: in /etc/master.passwd as your only NIS entry, it will cause all NIS uids and gids to be remapped to zero. This is *intentional*. That's the way it's supposed to work. Enabling NIS with no remapping at all is done with +:::::::::, not +::0:0::::::. Similarly, +:::::::::/bin/csh will remap the shells of all NIS users to /bin/csh. Or, you could do +wpaul:::::::::/bin/csh to remap NIS user wpaul's shell to /bin/csh but leave everyone else alone.