From owner-freebsd-questions@FreeBSD.ORG Mon Jun 18 14:32:31 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A577F106566C; Mon, 18 Jun 2012 14:32:31 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B599C8FC1C; Mon, 18 Jun 2012 14:32:30 +0000 (UTC) Received: by bkvi18 with SMTP id i18so5093941bkv.13 for ; Mon, 18 Jun 2012 07:32:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BMKQxg8fFQM3rqF9ieFbKtwflo4Wr70o6b2AqVHH71Q=; b=YNSYCZUvGZ1mZey1U6g3uHrPuMZAAsfllSe83CsloZ9q94Q0/Qde7AAvm6OWMf9SQB YG7oPA27nj3nH+ier/TypzD0gzKRAR4OXYd2DUoBNfQdwROHsMauj1jaYba5qgqKTsto oFgLGjfsDeTCIDduhCp7DGpyOz50jNmm9m0Q5YNf9sMwVZhJCSarvWbWrRz3TeEtZcv6 ntugSjPOdRNpb5Gtiw4NBKXsQvunAn45XDKsbJRcEB45f47RdVQjdoHUHRUWhZkqG2Nz Mg1CZX0iAWV/l380Da7jUqfcMYx4GOlAYw1+iAW8k7LX2oTQTSetzaCV6LkMLwgszTXr YoDw== MIME-Version: 1.0 Received: by 10.204.154.193 with SMTP id p1mr6372777bkw.102.1340029949430; Mon, 18 Jun 2012 07:32:29 -0700 (PDT) Received: by 10.204.171.138 with HTTP; Mon, 18 Jun 2012 07:32:29 -0700 (PDT) Received: by 10.204.171.138 with HTTP; Mon, 18 Jun 2012 07:32:29 -0700 (PDT) In-Reply-To: <4FDF2DCA.2020105@gmail.com> References: <4FDF2DCA.2020105@gmail.com> Date: Mon, 18 Jun 2012 15:32:29 +0100 Message-ID: From: Chris Rees To: Budnev Vladimir Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-security@freebsd.org, freebsd-questions@freebsd.org Subject: Re: (Free 7.2) "su -l" didnt prompt password.Is it possbile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2012 14:32:31 -0000 On Jun 18, 2012 2:34 PM, "Budnev Vladimir" wrote: > > Hello everyone. > We'v noticed some strange situation. After reboot and login, system didn't ask for password while switchig with su -l. > > In details, there was root login from terminal and one from ssh. > Terminal login was directly as root(via ip-console), and ssh was as user, then attemped switch to root with su -l, and there were NO password request,no prompt at all. At the same time login from terminal accepted root password, first I thought that means password wasn't empty, but system even with empty password should print "Password:"..and that time it was nothing absolultey. Empty password behaviour is for no prompt, so what you are seeing is normal, and means that you did indeed have a empty password. Check your logs very carefully over the past few weeks to make sure no one has broken in. Chris