Right now, when trying to allow my LDAP users to access my postgres databases, I need to provide both LDAP bind user and password like this: <img width="617" alt="Image" src="https://github.com/user-attachments/assets/4e30b1ae-48eb-4f5b-8579-940d206bf552" /> ... which is clearly not secure. A cleaner way of doing this would be to mimic what `backups.pgbackrest.configuration[].secret` allows us; Here's what I had in mind => <img width="582" alt="Image" src="https://github.com/user-attachments/assets/b61a89d3-7577-4c00-82e6-81a6f94d7fcd" /> It's kind of an edge case, and I think only the RADIUS method users would benefit from this also. https://docs.postgresql.fr/12/auth-ldap.html https://docs.postgresql.fr/12/auth-radius.html Does it make sense ? Are there alternatives I have not considered (like using `patroni`) ?