Displaying 6 results from an estimated 6 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
2025 Mar 20
5
[Bug 3802] New: Secure forwardings, check connecting user
https://bugzilla.mindrot.org/show_bug.cgi?id=3802
Bug ID: 3802
Summary: Secure forwardings, check connecting user
Product: Portable OpenSSH
Version: 9.9p2
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs
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] ],
2015 Feb 02
5
[Bug 2348] New: allow ssh to connect to a unix domain socket
https://bugzilla.mindrot.org/show_bug.cgi?id=2348
Bug ID: 2348
Summary: allow ssh to connect to a unix domain socket
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at