############################################################################# # # OpenSLP registration file # # May be used to register services for legacy applications that do not use # the SLPAPIs to register for themselves # # Format and contents conform to specification in IETF RFC 2614 so the # comments use the language of the RFC. In OpenSLP, SLPD operates as an SA # and a DA. The SLP UA functionality is encapsulated by the libslp library. # ############################################################################# #comment ;comment #service-url,language-tag,lifetime,[service-type] #["scopes="scope-list] #[attrid"="val1] #[attrid"="val1,val2,val3] # # # The following are examples entries for this file # ##Register a OpenSLP testing service #service:test.openslp://192.168.100.1,en,65535 #scopes=test1,test2 #description=OpenSLP Testing Service #authors=mpeterson,jcarey ##Register ssh service #service:ssh.openslp://192.168.100.1,en,65535 #use default scopes #description="Secure Shell" ##Register telnet service with no attributes #service:telnet.myorg://192.168.100.1,en,65535 #use default scopes ##Register vnc kdm service, can be used via krdc #service:remotedesktop.kde:vnc://192.168.100.1:1,en,65535 #attrid=(type=shared),(username=joe),(fullname=Joe User),(serviceid=1235456) #description=KDE remote login ## ## "description=" is available since openSUSE 11.3 ## # autoyast service:autoyast:http://10.10.0.162/part1.xml,en,65535 description=Simple Profile # another autoyast service:autoyast:http://10.10.0.162/part2.xml,en,65535 description=Complex Profile