From owner-freebsd-questions@FreeBSD.ORG Sat Apr 7 07:52:18 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DA8F106566B for ; Sat, 7 Apr 2012 07:52:18 +0000 (UTC) (envelope-from talayeh.asadi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 22BA18FC0C for ; Sat, 7 Apr 2012 07:52:18 +0000 (UTC) Received: by obbwc18 with SMTP id wc18so5193051obb.13 for ; Sat, 07 Apr 2012 00:52:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:from:date:x-google-sender-auth :message-id:subject:to:content-type; bh=QtPgqF+QMAgASUZOu4MRAVez9xFWRRbWmc5R+htpVoI=; b=lY609nUOb50qQi734LshnbzcSfU0TgSD9LRD17+V2O/UbSJmlYZOyhxQ/HTjpZlqzA BHJLluusuvfj+xKCUvGjwD3/VoJE5cpDWEY7Wdzgl3ZV/z7yFUmJ2DqJepP70pu9cUia 808mXtLYKoqZGq5GLc4vVbPMDocAeQS4YsKlEiB1l/sTwb8I80TDnp6GiIZ2KGSNrTGR INapoLtmslrMbp7UFazGIfdMGrsvCQoysr5VxZbtIupNZSeLFC1wR18aULqgmBNJgU9q icwfWNnUx60PhBQqiOfo43l8wgqlrDR4laVwlehCnHsrekYTBUctgQT61jiWQQf29IMC 5KtQ== Received: by 10.182.119.101 with SMTP id kt5mr820264obb.70.1333785137641; Sat, 07 Apr 2012 00:52:17 -0700 (PDT) MIME-Version: 1.0 Sender: talayeh.asadi@gmail.com Received: by 10.182.68.202 with HTTP; Sat, 7 Apr 2012 00:51:57 -0700 (PDT) From: takCoder Date: Sat, 7 Apr 2012 12:21:57 +0430 X-Google-Sender-Auth: zVgQWZuEmS_BFR8L2jO7XNE_5i4 Message-ID: To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: define a default username for logging in X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tak.official@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2012 07:52:18 -0000 Hi All :) i'm trying to find a way to enable a required feature : to set *default username *in my Freebsd 8.2 server.. i mean, i wanna be able to login with just entering My Master Password(no usernames needed.. also prefer it to be per tty), which is *not related to my root account, *but is the password of a user which i have defined as my default user.. is it possible for, e.g. pam_login module (i couldn't find any manuals on such feature yet..), to have such a config or is there any other ways to set such default username for login? i've googled most of the keywords i thought might be related, but haven't find any related answers except for maybe working on nsswitch.conf or master.passwd or login.conf options (which are, as you see, really *different ways, *and also none seems to be behaved per tty..) and now, i'm not quite sure whether i'm taking the correct steps or not.. and i've got a bit confused.. would anyone please helps me find the way? thanks a lot for your helps :) Best Regards, takCoder