Skip to content
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

Clarify username for postgresql's peer authentication method #12260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 2, 2024

  1. Clarify username for postgresql's peer authentication method

    The documentation is not clear that the database user name should be the name of the PHP process when using PostgreSQL's peer authentication method. This was only hinted at in a subsequent paragraph, after I had run the PSQL commands with the user name `username`.
    
    I also updated the example to use the common `www-data` user name, which will probably familiar to most users.
    
    Signed-off-by: Mario Campos <[email protected]>
    mario-campos authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c61fc5a View commit details
    Browse the repository at this point in the history