PostgreSQL: Difference between revisions

imported>Hofsiedge
m (Added a missing > in a </code> tag in the "Verify setup" section)
imported>Hofsiedge
m (→‎Limit Access: - fixed alighnment in the authentication field)
Line 166: Line 166:
   authentication = pkgs.lib.mkOverride 10 ''
   authentication = pkgs.lib.mkOverride 10 ''
     #type database  DBuser  auth-method optional_ident_map
     #type database  DBuser  auth-method optional_ident_map
     local sameuser       all    peer map=superuser_map
     local sameuser all    peer       map=superuser_map
   '';
   '';
};
};