Skip to content

EPAS - Update password set at timestamp clause details #6693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ Only a database superuser can use the `ALTER USER|ROLE` clauses that enforce pro

- Include the `PASSWORD EXPIRE` clause with the `AT 'timestamp'` keywords to specify a date/time when the password associated with the role will expire. If you omit the `AT 'timestamp'` keywords, the password will expire immediately.

- Include the `PASSWORD SET AT 'timestamp'` keywords to set the password modification date to the time specified.
- Include the `PASSWORD SET AT 'timestamp'` clause to define the password expiry time.
- If the specified timestamp is in the future, the account status will be set to EXPIRED(GRACE).
- If the timestamp is in the past or present, the account status will be set to EXPIRED.

- Include the `STORE PRIOR PASSWORD {'password' 'timestamp} [, ...]` clause to modify the password history, adding the new password and the time the password was set.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ Only a database superuser can use the `ALTER USER|ROLE` clauses that enforce pro

- Include the `PASSWORD EXPIRE` clause with the `AT 'timestamp'` keywords to specify a date/time for the password associated with the role to expire. If you omit the `AT 'timestamp'` keywords, the password expires immediately.

- Include the `PASSWORD SET AT 'timestamp'` keywords to set the password modification date to the time specified.
- Include the `PASSWORD SET AT 'timestamp'` clause to define the password expiry time.
- If the specified timestamp is in the future, the account status will be set to EXPIRED(GRACE).
- If the timestamp is in the past or present, the account status will be set to EXPIRED.


- Include the `STORE PRIOR PASSWORD {'password' 'timestamp} [, ...]` clause to modify the password history, adding the new password and the time the password was set.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ Only a database superuser can use the `ALTER USER|ROLE` clauses that enforce pro

- Include the `PASSWORD EXPIRE` clause with the `AT 'timestamp'` keywords to specify a date/time for the password associated with the role to expire. If you omit the `AT 'timestamp'` keywords, the password expires immediately.

- Include the `PASSWORD SET AT 'timestamp'` keywords to set the password modification date to the time specified.
- Include the `PASSWORD SET AT 'timestamp'` clause to define the password expiry time.
- If the specified timestamp is in the future, the account status will be set to EXPIRED(GRACE).
- If the timestamp is in the past or present, the account status will be set to EXPIRED.

- Include the `STORE PRIOR PASSWORD {'password' 'timestamp} [, ...]` clause to modify the password history, adding the new password and the time the password was set.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ Only a database superuser can use the `ALTER USER|ROLE` clauses that enforce pro

- Include the `PASSWORD EXPIRE` clause with the `AT 'timestamp'` keywords to specify a date/time for the password associated with the role to expire. If you omit the `AT 'timestamp'` keywords, the password expires immediately.

- Include the `PASSWORD SET AT 'timestamp'` keywords to set the password modification date to the time specified.
- Include the `PASSWORD SET AT 'timestamp'` clause to define the password expiry time.
- If the specified timestamp is in the future, the account status will be set to EXPIRED(GRACE).
- If the timestamp is in the past or present, the account status will be set to EXPIRED.


- Include the `STORE PRIOR PASSWORD {'password' 'timestamp} [, ...]` clause to modify the password history, adding the new password and the time the password was set.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ Only a database superuser can use the `ALTER USER|ROLE` clauses that enforce pro

- Include the `PASSWORD EXPIRE` clause with the `AT 'timestamp'` keywords to specify a date/time for the password associated with the role to expire. If you omit the `AT 'timestamp'` keywords, the password expires immediately.

- Include the `PASSWORD SET AT 'timestamp'` keywords to set the password modification date to the time specified.
- Include the `PASSWORD SET AT 'timestamp'` clause to define the password expiry time.
- If the specified timestamp is in the future, the account status will be set to EXPIRED(GRACE).
- If the timestamp is in the past or present, the account status will be set to EXPIRED.

- Include the `STORE PRIOR PASSWORD {'password' 'timestamp} [, ...]` clause to modify the password history, adding the new password and the time the password was set.

Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/pem/10/debugger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@
![Debugger page - Message tab](images/debug_error_message.png)

!!!note
If `ENABLE_DEBUGGER` configuration option is set to False then debugger is disabled.
If `ENABLE_DEBUGGER` configuration option is set to False then debugger is disabled.
!!!

Check warning on line 136 in product_docs/docs/pem/10/debugger.mdx

View workflow job for this annotation

GitHub Actions / check-links

Fenced admonition ran until the end of the document - verify that it was properly closed or indented!
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,21 @@ To start the installation:
!!! Note
You might need to add the `sslutils` package to your installation.

- Select **PostgreSQL &lt;x>** to install the Postgres server that's distributed with the PEM server installer, where `<x>` is the PostgreSQL database server version. If you decide to use the version of PostgreSQL that's bundled with the PEM server installer, the EnterpriseDB one-click PostgreSQL installer opens and walks you through the installation.
- Select **Other Database Server** to specify connection information for a Postgres server that wasn't installed using a one-click graphical installer from EnterpriseDB. For information about the software prerequisites for the PEM server database host, see [Preparing the Postgres server](pem_server_on_existing_pg_server/#preparing-the-postgres-server).

- Select **PostgreSQL** to install the Postgres server that's distributed with the PEM server installer, where `<x>` is the PostgreSQL database server version. If you decide to use the version of PostgreSQL that's bundled with the PEM server installer, the EnterpriseDB one-click PostgreSQL installer opens and walks you through the installation.
- Select **Other Database Server** to specify connection information for a Postgres server that wasn't installed using a one-click graphical installer from EnterpriseDB.
- Select **Next**.

If the PEM server will reside on an existing Postgres server, the Database Server Installation Details dialog box opens.

1. The information required on the Database Server Installation Details dialog box can vary. The PEM server installer asks you to provide only the information about the selected installation that it can't locate:
2. The information required on the Database Server Installation Details dialog box can vary. The PEM server installer asks you to provide only the information about the selected installation that it can't locate:

- Specify the name of a Postgres database superuser in the **User** field.
- Specify the password associated with that user in the **Password** field.
- Select **Next**.

1. If prompted, provide the system password for the service account under which the PEM agent will run. Select **Next**.
3. If prompted, provide the system password for the service account under which the PEM agent will run. Select **Next**.

1. Use the Network Details dialog box to specify the CIDR-style network address from which PEM agents will connect to the server (the client-side address). The specified address is added to the server's `pg_hba.conf` file.
4. Use the Network Details dialog box to specify the CIDR-style network address from which PEM agents will connect to the server (the client-side address). The specified address is added to the server's `pg_hba.conf` file.

!!! Note
You can specify more network addresses by manually adding entries to the `pg_hba.conf` file on the PostgreSQL server.
Expand All @@ -75,13 +74,13 @@ To start the installation:

The PEM server installer installs a PEM agent on the host on which the server resides to monitor the server and provide alert processing and garbage collection services. A certificate is also installed in the location specified in the **Agent certificate path** field.

1. You can enter an alternate description or an alternate agent certificate path for the PEM agent or accept the defaults. Select **Next**.
5. You can enter an alternate description or an alternate agent certificate path for the PEM agent or accept the defaults. Select **Next**.

1. The wizard is now ready to install the PEM server. Select **Next** to proceed with the installation.
6. The wizard is now ready to install the PEM server. Select **Next** to proceed with the installation.

During the installation process, the installer copies files to the system and sets up the PEM server's backend database. A confirmation indicates that the `pem` database was created and configured.

1. Select **OK**
7. Select **OK**

When the database portion of the PEM server installation is complete, you can invoke the PEM server on another host to install or upgrade PEM-HTTPD.

Expand Down
Loading