From patchwork Thu Jul 5 17:47:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacob Shivers X-Patchwork-Id: 940109 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-cifs-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41M50r1xQBz9s1b for ; Fri, 6 Jul 2018 03:47:40 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753592AbeGERrj (ORCPT ); Thu, 5 Jul 2018 13:47:39 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:60198 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753407AbeGERri (ORCPT ); Thu, 5 Jul 2018 13:47:38 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1D8F6401C7E9; Thu, 5 Jul 2018 17:47:38 +0000 (UTC) Received: from gumbercules.usersys.redhat.com (dhcp145-133.rdu.redhat.com [10.13.145.133]) by smtp.corp.redhat.com (Postfix) with ESMTP id 11260111E418; Thu, 5 Jul 2018 17:47:38 +0000 (UTC) From: Jacob Shivers To: linux-cifs@vger.kernel.org Cc: piastryyy@gmail.com Subject: [PATCH] update mount.cifs manpage with info about domainauto Date: Thu, 5 Jul 2018 13:47:37 -0400 Message-Id: <1530812857-14052-1-git-send-email-jshivers@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Thu, 05 Jul 2018 17:47:38 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Thu, 05 Jul 2018 17:47:38 +0000 (UTC) for IP:'10.11.54.3' DOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'jshivers@redhat.com' RCPT:'' Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Signed-off-by: Jacob Shivers --- mount.cifs.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mount.cifs.rst b/mount.cifs.rst index a81c6c4..6a9ff49 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -167,6 +167,11 @@ ip=arg|addr=arg domain=arg|dom=arg|workgroup=arg sets the domain (workgroup) of the user. +domainauto + Guesses the domain (workgroup) of the user. This option fixes backward + compatibility issues introduced by 2b149f119 and maintains the legacy + behavior of guessing a domain instead of sending NULL as the domain. + guest don't prompt for a password.