> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/it/pam-with-devolutions-cloud/providers/postgresql-user-provider.md).

# Provider utente PostgreSQL

Il provider ***Utente PostgreSQL*** è progettato per estendere le funzionalità native di PostgreSQL abilitando operazioni di modifica delle password verificabili.

Poiché PostgreSQL non offre un supporto integrato per la registrazione delle modifiche delle password, questo provider colma tale lacuna generando log di audit dettagliati per tali eventi. La sua integrazione favorisce un migliore controllo della sicurezza e aiuta le organizzazioni a soddisfare i requisiti di conformità relativi alla gestione degli account privilegiati.

![](https://cdnweb.devolutions.net/docs/HUBB4056_2025_2.png)

### Generale

| IMPOSTAZIONI          | DESCRIZIONE                                                                  |
| --------------------- | ---------------------------------------------------------------------------- |
| **Nome**              | Inserisca un nome per il provider.                                           |
| **Descrizione**       | Fornisca ulteriore contesto o note sul provider. Questo campo è facoltativo. |
| **Host**              | Inserisca l'indirizzo IP o il nome host del database PostgreSQL.             |
| **Nome utente**       | Inserisca il nome utente PostgreSQL.                                         |
| **Nome del database** | Scelga un nome per il database.                                              |
| **Password**          | Inserisca la password dell'utente PostgreSQL.                                |

### Avanzate

| IMPOSTAZIONI                    | DESCRIZIONE                                                |
| ------------------------------- | ---------------------------------------------------------- |
| **Impostazioni di connessione** | Aggiunga ulteriori impostazioni di connessione PostgreSQL. |

### Criterio di check-out

| IMPOSTAZIONI                                          | DESCRIZIONE                                                                                                                                                                                                               |
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Modalità criterio di check-out**                    | <p>Scelga una modalità del criterio di check-out tra:</p><ul><li><em><strong>Predefinita (ereditata)</strong></em></li><li><em><strong>Ereditata</strong></em></li><li><em><strong>Personalizzata</strong></em></li></ul> |
| **Modalità di check-out**                             | Scelga se i check-out sono obbligatori o meno. Ciò equivale ad attivare/disattivare i check-out.                                                                                                                          |
| **Modalità di approvazione**                          | Determini se i check-out richiedono un'approvazione o meno.                                                                                                                                                               |
| **Gli utenti possono approvare il proprio check-out** | Determini se gli utenti possono approvare la propria richiesta di check-out o se necessitano dell'approvazione di un amministratore.                                                                                      |
| **Motivo del check-out**                              | Obblighi gli utenti ad aggiungere un motivo nelle richieste di check-out.                                                                                                                                                 |
| **Tempo di check-out (minuti)**                       | Imposti il tempo di check-out preciso per tutti gli utenti, in minuti.                                                                                                                                                    |
| **Tempo massimo di check-out (minuti)**               | Imposti il tempo massimo di check-out, lasciando però agli utenti la possibilità di specificare le proprie esigenze per ogni richiesta.                                                                                   |

### Criterio del ciclo di vita dell'account

| IMPOSTAZIONI                              | DESCRIZIONE                                                                                                                                                                                                               |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Criterio delle password**               | Scelga un [criterio delle password](https://docs.devolutions.net/cloud/it/web-interface/administration/management/password-policies) precedentemente configurato in ***Amministrazione*** – ***Criteri delle password***. |
| **Pianificazione della sincronizzazione** | Imposti una data e un'ora per la sincronizzazione automatica tra il provider e i suoi utenti/gruppi di utenti.                                                                                                            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/pam/it/pam-with-devolutions-cloud/providers/postgresql-user-provider.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
