| 38 | '''services''':: |
| 39 | This configures the addresses and ports on which `fedd` will provide services and what transport it will use on those ports. It is a comma-separated list of 1 to 3 colon-delimited fields. The semantics are: |
| 40 | * A single integer: the integer is considered the port on which to provide SOAP services for all default addresses of this host. |
| 41 | * An integer separated from a transport: services will be provided on the integer port using the given transport for all addresses of the machine. Transport may be SOAP or XMLRPC and is case insensitive. |
| 42 | * A hostname separated from a port separated from a transport: provide service on the port on the address given by the hostname using the transport. The address can be any hostname that the [http://www.python.org/doc/current/library/socket.html python socket] understands; a DNS name is usually used. |