home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / etc / slp.reg < prev    next >
Text File  |  2006-11-29  |  1KB  |  47 lines

  1. #############################################################################
  2. #
  3. # OpenSLP registration file
  4. #
  5. # May be used to register services for legacy applications that do not use
  6. # the SLPAPIs to register for themselves
  7. #
  8. # Format and contents conform to specification in IETF RFC 2614 so the
  9. # comments use the language of the RFC.  In OpenSLP, SLPD operates as an SA
  10. # and a DA.  The SLP UA functionality is encapsulated by the libslp library.
  11. #
  12. #############################################################################
  13.  
  14. #comment
  15. ;comment 
  16. #service-url,language-tag,lifetime,[service-type]<newline> 
  17. #["scopes="scope-list<newline>]
  18. #[attrid"="val1<newline>] 
  19. #[attrid"="val1,val2,val3<newline>] 
  20. #<newline>
  21.  
  22. #
  23. # The following are examples entries for this file
  24. #
  25.  
  26. ##Register a OpenSLP testing service 
  27. #service:test.openslp://192.168.100.1,en,65535 
  28. #scopes=test1,test2 
  29. #description=OpenSLP Testing Service 
  30. #authors=mpeterson,jcarey 
  31.  
  32. ##Register ssh service 
  33. #service:ssh.openslp://192.168.100.1,en,65535 
  34. #use default scopes 
  35. #description="Secure Shell" 
  36.  
  37. ##Register telnet service with no attributes 
  38. #service:telnet.myorg://192.168.100.1,en,65535 
  39. #use default scopes
  40.  
  41. ##Register vnc kdm service, can be used via krdc
  42. #service:remotedesktop.kde:vnc://192.168.100.1:1,en,65535
  43. #attrid=(type=shared),(username=joe),(fullname=Joe User),(serviceid=1235456)
  44. #description=KDE remote login
  45.  
  46.  
  47.