search for: log_on_success

Displaying 11 results from an estimated 11 matches for "log_on_success".

2008 Jun 24
1
rsh issue/update (access denied)...
...iption: Rexecd is the server for the rexec(3) routine. The server \ # provides remote execution facilities with authentication based \ # on user names and passwords. service exec { socket_type = stream wait = no user = root log_on_success += USERID log_on_failure += USERID server = /usr/sbin/in.rexecd disable = no } /etc/xinetd.d/rsh:: # default: on # description: The rshd server is the server for the rcmd(3) routine and, \ # consequently, for the rsh(1) program. The server...
2005 Jul 06
1
Question regarding SWAT
...as refused when attempting to contact localhost:901" My config files look like this: --/etc/xinetd.conf-- # # Simple configuration file for xinetd # # Some defaults, and include /etc/xinetd.d/ defaults { instances = 60 log_type = SYSLOG authpriv log_on_success = HOST PID log_on_failure = HOST cps = 25 30 } includedir /etc/xinetd.d swat stream tcp nowait.400 root /usr/sbin/swat swat ---------------------------------------------------- --/etc/xinetd.d/swat---- # default: off # description: SWAT is the Samba Web Admin Tool. Use swat \ #...
2009 May 24
1
PXEboot trouble with Soekris 4826
...uot;; when this statement is used,file not found is reported filename "pxelinux.0"; } I installed tftp server using tft-hpa-0.46 package.Then i made changes to xinetd.conf file : defaults { instances = 60 log_type = SYSLOG authpriv log_on_success = HOST PID log_on_failure = HOST cps = 25 30 } includedir /etc/xinetd.d service tftp { disable = no socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd s...
2005 Jul 12
1
xinetd + dovecot
.../etc/xinetd.d/imap service imap { disable = no socket_type = stream protocol = tcp wait = no user = root server = /usr/libexec/dovecot/imap-login flags = IPv4 log_type = FILE /var/log/mail/dovecot log_on_success = PID HOST USERID } ####################################### But... # nmap 192.168.1.1 Starting nmap 3.70 ( http://www.insecure.org/nmap/ ) at 2005-07-12 16:53 YEKST Interesting ports on myhost.ru (192.168.1.1): (The 1653 ports scanned but not shown below are in state: closed) PORT STATE SE...
2008 Oct 21
1
looking for stunnel configuration file for /etc/xinetd.d/
Hi all Does anyone have a config file for stunnel, to work with /etc/xinetd.d? Stunnel's man page does mention it can work with xinetd, but there's no sample configuration for it. -- Kind Regards Rudi Ahlers
2002 Feb 21
2
hpa-tftp with xinetd
...n if xinetd is shut down. Under light load the server goes away after each connection, as desired. Thanks in advance! service tftp { socket_type = dgram protocol = udp wait = yes user = root log_on_success += USERID log_on_failure += USERID server = /usr/sbin/hpa-tftpd server_args = -s /tftpboot disable = no } ============================ Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 -...
2006 Oct 16
2
Dovecot still failing with RC10...
...cceeds. # PID logs the pid of the server processing the request. # HOST logs the remote host's ip address. # USERID logs the remote user (using RFC 1413) # EXIT logs the exit status of the server. # DURATION logs the duration of the session. log_on_success = HOST PID DURATION EXIT # What to log when the connection fails. Same options as above log_on_failure = HOST # The maximum number of connections a specific IP address can # have to a specific service. per_source = 50 } service pop3 { socke...
2002 Dec 03
2
Samba SWAT 2.2.7 Doesn't Work in Redhat8.0?
...swat 901/tcp # samba swat [root@ibmapt root]# cat /etc/xinetd.conf # # Simple configuration file for xinetd # # Some defaults, and include /etc/xinetd.d/ defaults { instances = 60 log_type = SYSLOG authpriv log_on_success = HOST PID log_on_failure = HOST cps = 25 30 } includedir /etc/xinetd.d [root@ibmapt root]# cat /etc/xinetd.d/swat ## /etc/xinetd.d/swat service swat { disable = no port = 901 socket_type = stream w...
1999 Mar 22
86
SWAT
I was playing with this on my test machine, (redhat 5.2, samba 2.0.3) worked great, and I was really impressed. So I decided to install this on my office machine. (redhat 4.2, samba 2.0.3) and the only significant difference is that on the office machine, I use encrypted passwords. I cannot get swat to authenticate on the second machine. That is, no matter what account, password combination
2009 May 28
1
Message 11 Syslinux Digest, Vol 74, Issue 24(Re: PXEboot trouble with Soekris 4826 (Miller, Shao)
...eported > filename "pxelinux.0"; > } > > I installed tftp server using tft-hpa-0.46 package.Then i made changes to > > xinetd.conf file : > > defaults > { > instances = 60 > log_type = SYSLOG authpriv > log_on_success = HOST PID > log_on_failure = HOST > cps = 25 30 > } > > includedir /etc/xinetd.d > > service tftp > { > disable = no > socket_type = dgram > protocol = udp > wait = yes > u...
2003 Dec 01
0
No subject
...root 553 1 0 Sep06 ? 00:00:00 xinetd -stayalive -reuse -pidfil ~~~ $ cat /etc/xinetd.conf # # Configuration file for xinetd # # Some defaults, and include /etc/xinetd.d/ defaults { instances = 60 log_type = SYSLOG authpriv log_on_success = HOST PID log_on_failure = HOST } includedir /etc/xinetd.d ~~~ $ cat /etc/xinetd.d/smb # default: none # description: Samba daemon configuration for sharing \ # Linux files and directories with Windows. # service netbios-ssn { type = INT...