From 6e0c7485100b91f4aac6034d753dc261cc0a2ba2 Mon Sep 17 00:00:00 2001 From: li-jun056 <1255728208@qq.com> Date: Thu, 23 Jul 2020 11:04:08 +0800 Subject: [PATCH] update documents --- .../setting-a-client-authentication-policy.md | 11 ++++++----- .../en/docs/installation/executing-installation.md | 8 ++------ .../installation/setting-remote-login-of-user-root.md | 2 +- ...46\211\247\350\241\214\345\256\211\350\243\205.md" | 8 ++------ ...50\277\234\347\250\213\347\231\273\345\275\225.md" | 2 +- 5 files changed, 12 insertions(+), 19 deletions(-) diff --git a/content/en/docs/Quickstart/setting-a-client-authentication-policy.md b/content/en/docs/Quickstart/setting-a-client-authentication-policy.md index 05ad84b6b..a6d5bfb8f 100644 --- a/content/en/docs/Quickstart/setting-a-client-authentication-policy.md +++ b/content/en/docs/Quickstart/setting-a-client-authentication-policy.md @@ -1,6 +1,6 @@ # Setting a Client Authentication Policy -The current default values for parameters in the openGauss configuration file \(**pg\_hba.conf**\) are all in single-instance configuration mode. You can set application parameters by using **gs\_guc**. For more configurations, see the product documentation. +The current default values for parameters in the openGauss configuration file \(**pg\_hba.conf**\) are all in single-instance configuration mode. You can set application parameters by using **gs\_guc**. For more configurations, see the Intsallation Guide. ## Syntax @@ -43,12 +43,13 @@ gs_guc [ set | reload ] [-N NODE-NAME] [-I INSTANCE-NAME | -D DATADIR] -h "HOSTT When this parameter is set to **ALL**, all the instances in the host are to be set. -- **-D**: +- **-D**: - Specifies the openGauss instance path of the commands to be run. When the **encrypt** command is used, this parameter indicates the path for storing the generated password file. + Specifies the openGauss instance path of the commands to be run. When the **encrypt** command is used, this parameter indicates the path for storing the generated password file. - > **NOTE:** - >- **-D** cannot be used together with **-I**. + > **NOTE:** + > + >- **-D** cannot be used together with **-I**. - **-h **_host-auth-policy_: diff --git a/content/en/docs/installation/executing-installation.md b/content/en/docs/installation/executing-installation.md index 9a1e1548a..7f7bfb3ec 100644 --- a/content/en/docs/installation/executing-installation.md +++ b/content/en/docs/installation/executing-installation.md @@ -149,16 +149,11 @@ After the openGauss installation environment is prepared by executing the pre-in
Stores script files for openGauss users to manage openGauss.
Stores the library files that the binaries in the bin directory depend on.
@@ -167,6 +162,7 @@ After the openGauss installation environment is prepared by executing the pre-in + ## Examples Execute the installation. diff --git a/content/en/docs/installation/setting-remote-login-of-user-root.md b/content/en/docs/installation/setting-remote-login-of-user-root.md index 6c2732f6a..801758fd0 100644 --- a/content/en/docs/installation/setting-remote-login-of-user-root.md +++ b/content/en/docs/installation/setting-remote-login-of-user-root.md @@ -34,7 +34,7 @@ During the openGauss installation, the user **root** is required for remote lo 2. Comment out the line where **Banner** is located. ``` - #Banner /etc/ssh/welcome.msg + #Banner XXXX ``` 3. Run the **:wq** command to save the modification and exit. diff --git "a/content/zh/docs/installation/\346\211\247\350\241\214\345\256\211\350\243\205.md" "b/content/zh/docs/installation/\346\211\247\350\241\214\345\256\211\350\243\205.md" index 13476c87f..6ae8ccf91 100644 --- "a/content/zh/docs/installation/\346\211\247\350\241\214\345\256\211\350\243\205.md" +++ "b/content/zh/docs/installation/\346\211\247\350\241\214\345\256\211\350\243\205.md" @@ -149,16 +149,11 @@