Skip to content

Commit 770016d

Browse files
committed
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 <[email protected]>
1 parent 48d8279 commit 770016d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/mgr/smb.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Create Cluster
5555

5656
.. code:: bash
5757
58-
$ 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>]
58+
$ 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>]
5959
6060
Create a new logical cluster, identified by the cluster id value. The cluster
6161
create command must specify the authentication mode the cluster will use. This
@@ -78,6 +78,9 @@ domain_realm
7878
domain_join_user_pass
7979
A string in the form ``<username>%<password>`` that will be used to join
8080
Samba servers to the AD domain.
81+
define_user_pass
82+
A string of the form ``<username>%<password>`` that will be used for
83+
authentication in ``user`` auth_mode.
8184
custom_dns
8285
Optional. Can be specified multiple times. One or more IP Addresses that
8386
will be applied to the Samba containers to override the default DNS

0 commit comments

Comments
 (0)