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 05ad84b6b0765f5705e6751bbdef5e33e354556e..a6d5bfb8fc2d6057b81d4c21632fd5c656fed111 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 9a1e1548a45b44464f5c01783beef938978bebd9..7f7bfb3eccc487769c69398471cf149e31a304b8 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 6c2732f6aa5db16c1a98955eb9e05ff5cd834692..801758fd01b2a42f500188a3b6fd522eeffe8cd0 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 13476c87f7615f3ae6f3cfc19b4c874f6a2fced5..6ae8ccf91e44350c953df10c5bdd20797a774e2f 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 @@