Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2001 13:43:49 -0700 (PDT)
From:      Doug Barton <dougb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/adduser rmuser.perl
Message-ID:  <200104152043.f3FKhnb65802@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2001/04/15 13:43:49 PDT

  Modified files:
    usr.sbin/adduser     rmuser.perl 
  Log:
  Add a more useful solution to the problem of password files with more than
  one user who differs only by case. The other perl tools assume (or enforce)
  the all lowercase requirement, therefore making the search through
  master.passwd case insensitive seemed a reasonable optimization, IMO.
  
  I understand, although I do not sympathize with, the argument that someone
  might want to do this on purpose, and might subsequently want to use the
  wrong tool for the job. So, this fix should hopefully satisfy both camps.
  
  Revision  Changes    Path
  1.15      +15 -4     src/usr.sbin/adduser/rmuser.perl


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104152043.f3FKhnb65802>