From patchwork Mon Jan 30 00:01:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve French X-Patchwork-Id: 13120316 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8027BC05027 for ; Mon, 30 Jan 2023 00:02:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231654AbjA3ACM (ORCPT ); Sun, 29 Jan 2023 19:02:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229476AbjA3ACL (ORCPT ); Sun, 29 Jan 2023 19:02:11 -0500 Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7AF761ADE5; Sun, 29 Jan 2023 16:02:10 -0800 (PST) Received: by mail-lf1-x12c.google.com with SMTP id cf42so16724655lfb.1; Sun, 29 Jan 2023 16:02:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=M7mFhCHIKrDAQRw7JizbyIbXXiHSGBAj4H5t/HZyGaI=; b=nlShhLXf/jHipfUCYV6b6qycV63aU00ybPUuuRiVKeka6CZM8zCQzR50L9lqvx30h8 jWihkptmVb8M74jH2WVYV7YPidP7FuS3SpwK8/cYANy15j5X29e8l/eU6voJDZGpLsEQ 6PwLYZ/rNQcCS+J6UgxmOfCFj8EKn7Xup0meLNHMzJifYrPNuX59C68o88hx2kziQ57x ioPp6IxUxNuE2f0zT8U+LiTNaFn0hXF4Twd5fg8UZT0IqzrRufhAs7mRVpfN59mmr6qh pAY+nhc3zPk1zSzAOMXVP+CB3TDIXF2agHsa7yhgnuZLtrO6qL5Gt++fekVTfmALK66k /o1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=M7mFhCHIKrDAQRw7JizbyIbXXiHSGBAj4H5t/HZyGaI=; b=ryJDvs8eNaIFE1IqkCB/sVoR/1GGYudQsEDpYUKbqPk+JeD3qtkwqbgSQEzdMcjaQ8 P0x5OIwRYcIRMMh09jIFpibcaRWj/Q+2MjRdnBOKIBZ2fpHjYztTsqygP7Kb7iq606FH r7N5V3JGWLmUhD9QpuPbWXrUFw+2+1dk/keVdGONI/0dgE4/qxLEAt0IZR1xymjkh3BE O5UsVC55CYceJ8OJSnY371lNrXdkn6mrgSQ3BcFGWEKV4r+pTPplNf0D1RKH6aL1Mn8h C3lPRcrApIq7DXp9ZiWzxC4HvlyDMMHTq16+hIwgwO5zXRZPaPELB/2KoqH3vsgymkGh x+Zg== X-Gm-Message-State: AO0yUKUv/MCNqtTSgtn/KJSOCG4ivg2XtvaaUdl8ckcMcZheBSItCRBr q1sG8jZ//JPsLm4xhiKwt6Fgr0E4oWnf1FszHULq3QGO7ME= X-Google-Smtp-Source: AK7set9pJqL+fdWIUFYrgAiC3sKFyZ0wyie5NSzoMn6opifeFbzS9g5YmcJ0TagQvEoYLHbPDWyuXNBA5l6j4msJ5BE= X-Received: by 2002:a19:c219:0:b0:4d7:2dc1:b7bc with SMTP id l25-20020a19c219000000b004d72dc1b7bcmr1968783lfc.100.1675036928246; Sun, 29 Jan 2023 16:02:08 -0800 (PST) MIME-Version: 1.0 From: Steve French Date: Sun, 29 Jan 2023 18:01:56 -0600 Message-ID: Subject: [PATCH][KSMBD] fix indentation in ksmbd config and note Kerberos support To: Namjae Jeon , CIFS , LKML Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Fix indentation of server config options, and also since support for very old, less secure, NTLM authentication was removed (and quite a while ago), remove the mention of that in Kconfig, but do note Kerberos (not just NTLMv2) which are supported and much more secure. Signed-off-by: Steve French Acked-by: Namjae Jeon --- fs/ksmbd/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) default n From feb11d034cb36e86299f6f5f0fd752afce5c7fd5 Mon Sep 17 00:00:00 2001 From: Steve French Date: Sun, 29 Jan 2023 17:49:59 -0600 Subject: [PATCH] ksmbd: update Kconfig to note Kerberos support and fix indentation Fix indentation of server config options, and also since support for very old, less secure, NTLM authentication was removed (and quite a while ago), remove the mention of that in Kconfig, but do note Kerberos (not just NTLMv2) which are supported and much more secure. Signed-off-by: Steve French foo --- fs/ksmbd/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/ksmbd/Kconfig b/fs/ksmbd/Kconfig index e1fe17747ed6..4153e5491435 100644 --- a/fs/ksmbd/Kconfig +++ b/fs/ksmbd/Kconfig @@ -33,17 +33,18 @@ config SMB_SERVER in ksmbd-tools, available from https://github.com/cifsd-team/ksmbd-tools. More detail about how to run the ksmbd kernel server is - available via README file + available via the README file (https://github.com/cifsd-team/ksmbd-tools/blob/master/README). ksmbd kernel server includes support for auto-negotiation, Secure negotiate, Pre-authentication integrity, oplock/lease, compound requests, multi-credit, packet signing, RDMA(smbdirect), smb3 encryption, copy-offload, secure per-user session - establishment via NTLM or NTLMv2. + establishment via Kerberos or NTLMv2. config SMB_SERVER_SMBDIRECT bool "Support for SMB Direct protocol" + depends on SMB_SERVER depends on SMB_SERVER=m && INFINIBAND && INFINIBAND_ADDR_TRANS || SMB_SERVER=y && INFINIBAND=y && INFINIBAND_ADDR_TRANS=y select SG_POOL default n -- 2.34.1