From owner-freebsd-bugs Wed Apr 11 15:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F370337B42C for ; Wed, 11 Apr 2001 15:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3BMU6I60894; Wed, 11 Apr 2001 15:30:06 -0700 (PDT) (envelope-from gnats) Date: Wed, 11 Apr 2001 15:30:06 -0700 (PDT) Message-Id: <200104112230.f3BMU6I60894@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Dan Langille" Subject: Re: bin/25961: rmuser is not case sensitive Reply-To: "Dan Langille" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/25961; it has been noted by GNATS. From: "Dan Langille" To: Cc: Linh Pham Subject: Re: bin/25961: rmuser is not case sensitive Date: Wed, 11 Apr 2001 18:21:50 -0400 On 11 Apr 2001, at 15:12, Linh Pham wrote: > I just wanted to clarify my post to -questions: > > There is a line in the rmuser script that has: > > if (not /^\Q$login_name:/io) { > > which should be > > if (not /^\Q$login_name:/o) { > > since /io does the search in a case-insensitive manner and scans through > the variable only once. /o would make the search case-sensitive... as it > should. > > Sorry if this wasn't really clear in my original post. What you've written above makes sense to me. Thank you. -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php got any work? I'm looking for some. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message