]> git.cameronkatri.com Git - pw-darwin.git/commit
Add a more useful solution to the problem of password files with more than
authorDoug Barton <dougb@FreeBSD.org>
Sun, 15 Apr 2001 20:43:49 +0000 (20:43 +0000)
committerDoug Barton <dougb@FreeBSD.org>
Sun, 15 Apr 2001 20:43:49 +0000 (20:43 +0000)
commit0f0d85d94eb7e17bf801f4e512eecd4f357396fc
treedd92af1265656c94f76ffb4f60a0a0eb45976993
parent2c667252519a025c9a794c6cffc5240c7974b430
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.
adduser/rmuser.perl