]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/smb: Add missing option for standalone mode
authorAnoop C S <anoopcs@cryptolab.net>
Wed, 10 Jul 2024 17:59:36 +0000 (23:29 +0530)
committerAnoop C S <anoopcs@cryptolab.net>
Thu, 11 Jul 2024 12:45:03 +0000 (18:15 +0530)
'--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 <anoopcs@cryptolab.net>
doc/mgr/smb.rst

index d48c638dbee60bfba8a993fbab57272f96eae4d8..3cc7c07694c0b5e3e9f3f6c8ef0262cc8348a6b7 100644 (file)
@@ -55,7 +55,7 @@ Create Cluster
 
 .. code:: bash
 
-    $ ceph smb cluster create <cluster_id> {user|active-directory} [--domain-realm=<domain_realm>] [--domain-join-user-pass=<domain_join_user_pass>] [--custom-dns=<custom_dns>] [--placement=<placement>]
+    $ ceph smb cluster create <cluster_id> {user|active-directory} [--domain-realm=<domain_realm>] [--domain-join-user-pass=<domain_join_user_pass>] [--define-user-pass=<define_user_pass>] [--custom-dns=<custom_dns>] [--placement=<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 ``<username>%<password>`` that will be used to join
     Samba servers to the AD domain.
+define_user_pass
+    A string of the form ``<username>%<password>`` 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