home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 4 / hacker04 / 04_HACK04.ISO / darwin / darwinx86.iso / private / etc / inetd.conf < prev    next >
Encoding:
Text File  |  2001-09-17  |  2.5 KB  |  58 lines

  1. #
  2. # Internet server configuration database
  3. #
  4. #    @(#)inetd.conf    5.4 (Berkeley) 6/30/90
  5. #
  6. # Items with double hashes in front (##) are not yet implemented in the OS.
  7. #
  8. #finger    stream    tcp    nowait    nobody    /usr/libexec/tcpd        fingerd -s
  9. #ftp    stream    tcp    nowait    root    /usr/libexec/tcpd        ftpd -l
  10. #login    stream    tcp    nowait    root    /usr/libexec/tcpd        rlogind
  11. #nntp    stream    tcp    nowait    usenet    /usr/libexec/tcpd        nntpd
  12. #ntalk    dgram    udp    wait    root    /usr/libexec/tcpd        ntalkd
  13. #shell    stream    tcp    nowait    root    /usr/libexec/tcpd        rshd
  14. #telnet    stream    tcp    nowait    root    /usr/libexec/tcpd        telnetd
  15. #uucpd    stream    tcp    nowait    root    /usr/libexec/tcpd        uucpd
  16. #comsat    dgram    udp    wait    root    /usr/libexec/tcpd        comsat
  17. #tftp    dgram    udp    wait    nobody    /usr/libexec/tcpd        tftpd /private/tftpboot
  18. #bootp    dgram    udp    wait    root    /usr/libexec/tcpd        bootpd
  19. ##pop3    stream    tcp    nowait    root    /usr/libexec/tcpd        /usr/local/libexec/popper
  20. ##imap4    stream    tcp    nowait    root    /usr/libexec/tcpd        /usr/local/libexec/imapd
  21. #
  22. # "Small servers" -- used to be standard on, but we're more conservative
  23. # about things due to Internet security concerns.  Only turn on what you
  24. # need.
  25. #
  26. #chargen stream    tcp    nowait    root    internal
  27. #chargen dgram    udp    wait    root    internal
  28. #daytime stream    tcp    nowait    root    internal
  29. #daytime dgram    udp    wait    root    internal
  30. #discard stream    tcp    nowait    root    internal
  31. #discard dgram    udp    wait    root    internal
  32. #echo     stream    tcp    nowait    root    internal
  33. #echo     dgram    udp    wait    root    internal
  34. #time     stream    tcp    nowait    root    internal
  35. #time     dgram    udp    wait    root    internal
  36. #
  37. # Kerberos (version 5) authenticated services
  38. #
  39. ##eklogin  stream tcp     nowait root    /usr/libexec/tcpd    klogind -k -c -e
  40. ##klogin   stream tcp    nowait root    /usr/libexec/tcpd    klogind -k -c
  41. ##kshd     stream tcp    nowait root    /usr/libexec/tcpd    kshd -k -c -A
  42. #krb5_prop stream tcp    nowait root    /usr/libexec/tcpd    kpropd
  43. #
  44. # RPC based services (you MUST have portmapper running to use these)
  45. #
  46. ##rstatd/1-3    dgram rpc/udp wait root    /usr/libexec/tcpd    rpc.rstatd
  47. ##rusersd/1-2    dgram rpc/udp wait root    /usr/libexec/tcpd    rpc.rusersd
  48. ##walld/1    dgram rpc/udp wait root    /usr/libexec/tcpd    rpc.rwalld
  49. ##pcnfsd/1-2    dgram rpc/udp wait root    /usr/libexec/tcpd    rpc.pcnfsd    
  50. ##rquotad/1    dgram rpc/udp wait root    /usr/libexec/tcpd    rpc.rquotad
  51. ##sprayd/1    dgram rpc/udp wait root    /usr/libexec/tcpd    rpc.sprayd
  52. #
  53. # The following are not known to be useful, and should not be enabled unless
  54. # you have a specific need for it and are aware of the possible implemications.
  55. #
  56. #exec    stream    tcp    nowait    root    /usr/libexec/tcpd    rexecd
  57. #ident    stream    tcp    wait    root    /usr/libexec/tcpd    identd -w -t120
  58.