Lucene search
+L

68 matches found

OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.12 views

openGauss: Setting Source IP Address for host Entries in the pg_hba.conf File

If source IP address is set to all or 0.0.0.0/0 for host entries, any IP addresses can access the database. You are advised to set source IP address for host entries to the IP address that needs to connect to the database. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.16 views

openGauss: Setting user for host Entries in the pg_hba.conf File

If user is set to all for host entries, any users are allowed to access the database. You are advised to set user for host entries to the user who needs to connect to the database. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and ar...

7.2AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.10 views

openGauss: Unknown Roles

Check the purpose of each unknown role in the query and delete unnecessary Roles. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This progr...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.9 views

openGauss: Disabling System Catalog Structure Modification

allowsystemtablemods allows for system catalog structure modification. This parameter collaborates with openGauss to help recover a severely damaged database in some cases. You are advised not to use this parameter in production Databases. Copyright C 2020 Greenbone Networks GmbH Some text...

7.2AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.9 views

openGauss: Configuring the Number of Authentication and Encryption Iterations

Configure the number of iterations during the generation of encryption information for authentication. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier:...

7.4AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.17 views

openGauss: Configuring the SSL Encryption Algorithm

sslciphers specifies the SSL encryption algorithms used for secure connections. openGauss supports the following algorithms: - DHE-RSA-AES256-GCM-SHA384 - DHE-RSA-AES128-GCM-SHA256 - DHE-DSS-AES256-GCM-SHA384 - DHE-DSS-AES128-GCM-SHA256 - DHE-RSA-AES256-SHA256 - DHE-RSA-AES128-SHA256 -...

7.2AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.13 views

openGauss: Configuring the Password Complexity Check

For database security purposes, password complexity is checked during user creation and password changes. Passwords not meeting complexity requirements are not allowed in openGauss. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and a...

7.6AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.9 views

openGauss: Deleting hostnossl Entries from the pg_hba.conf File

The connections specified by the hostnossl entries are not encrypted using SSL. Considering security, you are advised to use the SSL connection. SSL can be used for connections between the CN and external nodes but not for connections between internal nodes. Copyright C 2020 Greenbone Networks Gm...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.9 views

openGauss: Enabling the Auditing of the Query of Database Objects

The parameter auditdmlstateselect specifies whether to audit the SELECT operation on database objects. After this parameter is set to on, the SELECT operation on database objects is traced. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced source...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.6 views

openGauss: Disabling the Logging of the Host Name

By default, the connection log message displays only the IP address of the connected host. If loghostname is set to on, the host name is also recorded. It may take some time to parse the host name and affect database performance. Copyright C 2020 Greenbone Networks GmbH Some text descriptions mig...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.9 views

openGauss: Enabling the Auditing of Permission Granting and Revoking

The parameter auditgrantrevoke specifies whether to audit the permissions granted to and revoked from database users. After this parameter is set to on, database account permissions are traced. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.8 views

openGauss: Checking the CREATEDB Permission

Only the role with the CREATEDB permission can create databases. Such a role can also create and define database users. To avoid arbitrary database creation, delete roles that do not require the CREATEDB permission. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpte...

7.4AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.20 views

openGauss: Configuring the Minimum Audit Log File Retention Period

The parameter auditfileremaintime specifies the minimum period for storing audit logs. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This...

7.4AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.8 views

openGauss: Setting the Timeout Period of Client Authentication

authenticationtimeout specifies the maximum time for client authentication. The default value is 1 min. This parameter prevents faulty clients from occupying the connection channel for a long time. SPDX-FileCopyrightText: 2020 Greenbone AG Some text descriptions might be excerpted from a referenc...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.8 views

openGauss: Configuring the Maximum Number of Audit Log Files

The parameter auditfileremainthreshold specifies the maximum number of audit log files. When the total number of audit log files exceeds the specified value, the system writes the warning information to the database logs, deletes the earliest audit log files, and records the deletion to the audit...

7AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.9 views

openGauss: Enabling the Auditing of Database Startup, Stop, Restoration, and Switchover

The parameter auditdatabaseprocess specifies whether to audit database startup, stop, switchover, and restoration. After this parameter is set to on, database running status is traced. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, an...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.11 views

openGauss: Configuring Node Connections in the pg_hba.conf File of the Database Node in openGauss

openGauss nodes are deployed on the secure intranet. Database nodes cannot be connected to or accessed through the internet. They can be connected only to nodes in the openGauss. The pghba.conf file of the database nodes stores only configurations of intra-openGauss node connections and trusted...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.9 views

openGauss: Enabling the Archiving Mode

The parameter wallevel specifies the amount of information to be written into a WAL. If wallevel is set to the minimum value, information recorded in backup files and WALs is insufficient to reconstruct databases. Therefore, you must set wallevel to archive or hotstandby, and enable the archiving...

7AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.9 views

openGauss: Configuring the Password Encryption Mode

Configuring the Password Encryption Mode. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can redistribut...

7.3AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/11/11 12:00 a.m.12 views

openGauss: PUBLIC Role Should Not Have Permissions on All Objects

All users are attached to the PUBLIC role. Therefore, this role should have the fewest permissions for database security purposes. Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders...

7.4AI score
SaveExploits0References1
Rows per page
Query Builder