You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2019/02/28 21:38:06 UTC

[geode] branch release/1.9.0 updated: GEODE-5711 Document gfsh create jndi-binding option change

This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch release/1.9.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.9.0 by this push:
     new 4a7d315  GEODE-5711 Document gfsh create jndi-binding option change
4a7d315 is described below

commit 4a7d31568a2bea5514e7ef633c7b9cd375b0dc99
Author: Karen Miller <km...@pivotal.io>
AuthorDate: Thu Feb 28 09:39:35 2019 -0800

    GEODE-5711 Document gfsh create jndi-binding option change
    
    [cherry-pick from 16deb9c0b1845099482a120cc40c14491d94b30b]
---
 geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
index fb536c4..e0c2f3d 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
@@ -730,7 +730,7 @@ create jndi-binding --name=value --url=value
 | <span class="keyword parmname">\\-\\-max-pool-size</span>   | The maximum number of connections that may be created in a pool.                    |         |
 | <span class="keyword parmname">\\-\\-password</span>   | The default password used when creating a new connection.                                |         |
 | <span class="keyword parmname">\\-\\-transaction-type</span>   | Type of the transaction. One of `XATransaction`, `NoTransaction`, or `LocalTransaction`. |         |
-| <span class="keyword parmname">\\-\\-username</span>   | Specifies the default user name to be used when creating a new connection.               |         |
+| <span class="keyword parmname">\\-\\-username</span>   | Specifies the user name to be used when creating a new connection. When specified, if the `--password` option is not also specified, gfsh will prompt for the password. |         |
 | <span class="keyword parmname">\\-\\-xa-datasource-class</span>   | The fully qualified name of the `javax.sql.XADataSource` implementation class. |         |
 | <span class="keyword parmname">\\-\\-if-not-exists</span>   | When true, a duplicate jndi binding will not be created if one with the same name already exists.  When false, an attempt to create a duplicate jndi binding results in an error. The option is set to true if the option is specified without a value. | false   |
 | <span class="keyword parmname">\\-\\-datasource-config-properties</span>   | Properties for the custom `XADataSource` driver. Append a JSON string containing a (name, type, value) tuple to set any property. If `--type=POOLED`, the properties will configure the database data source. If `--type=POOLED` and the value of a name within the tuple begins with the string "pool.", then the properties will configure the pool data source. For example: `--datasource-config-properties={'name':'name [...]