Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > b9f8d43f832eefee980a2cd70b9fef6a > files > 1

gofer-0.54-1.fc14.noarch.rpm

#
# The gofer server configuration

# [logging]
#   Logging levels:
#   =====================================================
#   module = (info|error|debug)
#   plugin = (info|error|debug)
# 
#
# [messaging]
#   Default messaging properties:
#   =====================================================
#           url : The broker url.
#        cacert : path to PEM encoded CA certificate file.
#    clientcert : path to PEM encoded file containing both
#                 the private key and certificate.
#   The url has form: <transport>://<host>:<port> where
#   transport can be (tcp|ssl).  When ssl is specified,
#   cacert and clientcert must be specified.
#
# [pam]
#   The PAM properties
#   =====================================================
#   service : The default service
#
# [loader]
#   The plugin loader properties
#   =====================================================
#   eager : Defined handling of disabled plugins.
#           0 = Not loaded.
#           1 = Load but not started (default).


[logging]
# gofer.agent = debug
# gofer.messaging = debug

[messaging]
# url = tcp://localhost:5672
# cacert = /etc/pki/qpid/ca/ca.crt
# clientcert = /etc/pki/qpid/client/client.pem

[pam]
service = passwd

[loader]
eager=1