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: 10510077 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id DBF536024A for ; Thu, 5 Jul 2018 17:47:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C10CD223B3 for ; Thu, 5 Jul 2018 17:47:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B2B0A22ADC; Thu, 5 Jul 2018 17:47:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6395F223B3 for ; Thu, 5 Jul 2018 17:47:39 +0000 (UTC) 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 X-Virus-Scanned: ClamAV using ClamSMTP 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.