summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-02-20 17:11:40 +0000
committerGordon Sim <gsim@apache.org>2009-02-20 17:11:40 +0000
commit9c08dfdadaa01a71c7814eb356757322f631867f (patch)
tree67450c413e61326d87202fd809250069cc66dad9
parent755e6b33b45e4b59a20e94bb1fddf8fdde2d102c (diff)
downloadqpid-python-9c08dfdadaa01a71c7814eb356757322f631867f.tar.gz
Add dummy option to example conf file that suppresses a spurious cyrus sasl warning.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@746296 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/etc/sasl2/qpidd.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/etc/sasl2/qpidd.conf b/qpid/cpp/etc/sasl2/qpidd.conf
index 45eea4592b..933926d817 100644
--- a/qpid/cpp/etc/sasl2/qpidd.conf
+++ b/qpid/cpp/etc/sasl2/qpidd.conf
@@ -39,3 +39,7 @@
pwcheck_method: auxprop
auxprop_plugin: sasldb
sasldb_path: /var/lib/qpidd/qpidd.sasldb
+
+#following line stops spurious 'sql_select option missing' errors when
+#cyrus-sql-sasl plugin is installed
+sql_select: dummy select \ No newline at end of file