From 770016d3acd623da0d66469d71e95299176937c3 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Wed, 10 Jul 2024 23:29:36 +0530 Subject: [PATCH] doc/mgr/smb: Add missing option for standalone mode '--define-user-pass' allows us to specify the list of users, along with their passwords, permitted to access different shares within a cluster. But this option was missing from the corresponding docs. Signed-off-by: Anoop C S --- doc/mgr/smb.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/mgr/smb.rst b/doc/mgr/smb.rst index d48c638dbee60..3cc7c07694c0b 100644 --- a/doc/mgr/smb.rst +++ b/doc/mgr/smb.rst @@ -55,7 +55,7 @@ Create Cluster .. code:: bash - $ ceph smb cluster create {user|active-directory} [--domain-realm=] [--domain-join-user-pass=] [--custom-dns=] [--placement=] + $ ceph smb cluster create {user|active-directory} [--domain-realm=] [--domain-join-user-pass=] [--define-user-pass=] [--custom-dns=] [--placement=] Create a new logical cluster, identified by the cluster id value. The cluster create command must specify the authentication mode the cluster will use. This @@ -78,6 +78,9 @@ domain_realm domain_join_user_pass A string in the form ``%`` that will be used to join Samba servers to the AD domain. +define_user_pass + A string of the form ``%`` that will be used for + authentication in ``user`` auth_mode. custom_dns Optional. Can be specified multiple times. One or more IP Addresses that will be applied to the Samba containers to override the default DNS -- 2.39.5