search for: sameuser

Displaying 4 results from an estimated 4 matches for "sameuser".

2008 Feb 15
4
About postgresql tcpip connection
hello everybody i?m trying to connect to my postgresql via tcpip and it thow an error is not accepting tcp-ip connections I ask to google but i dont find the solution, people said about the prostgresql.conf enable tcpip, I try but when i start the service it thow an error. Other thing is add the option i to postmaster.opt but when i start the service this file is redefined anybody can helpme
2006 Oct 03
1
Patch: Unix Domain Socket Forwards for 4.4p1
...origin and/or destination of the -R and -L switches. This patch also includes additions to the regression suite. Because I haven't had the time to separate them out, this patch incorporates two other features: 1) Explicit user/group restrictions on control sockets (instead of the fixed "sameuser or root" policy). 2) Being able to specify an explicit protocol banner for sshd.
2002 Nov 23
0
2.2.7 and printer status
...printcap printer_perms_path=/etc/lpd.perms server_config_file=/etc/lpd.conf server_user=lp user=lp group=lp send_data_first@ Relevant Information for printing in lpd.perms: ACCEPT SERVICE=C SERVER REMOTEUSER=root ACCEPT SERVICE=C LPC=lpd,status,printcap REJECT SERVICE=C ACCEPT SERVICE=M SAMEHOST SAMEUSER ACCEPT SERVICE=M SERVER REMOTEUSER=root REJECT SERVICE=M DEFAULT ACCEPT Thanks for your interest tom
2008 Apr 07
2
CentOS, Postgres init and puppet
Me again! I have a recipe that looks like: class postgresql { file { pg_hba_conf: name => "/var/lib/pgsql/data/pg_hba.conf", source => "puppet://puppetmaster/files/workstations/common/var/lib/pgsql/data/pg_hba.conf", owner => postgres, group => postgres, mode => 600, subscribe => [ Package[postgresql] ],