Commit 605f3cb7 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Made provider configuration clearer in examples.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5859 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8335afe6
...@@ -171,12 +171,16 @@ enable user integration.</p> ...@@ -171,12 +171,16 @@ enable user integration.</p>
</ul> </ul>
<p> <p>
Below is a sample config file section: Below is a sample config file section. Note that the single provider section must include
all providers that should be configured:
</p> </p>
<pre> <pre>
&lt;jive&gt; &lt;jive&gt;
... ...
&lt;provider&gt; &lt;provider&gt;
&lt;auth&gt;
&lt;className&gt;org.jivesoftware.wildfire.auth.JDBCAuthProvider&lt;/className&gt;
&lt;/auth&gt;
&lt;user&gt; &lt;user&gt;
&lt;className&gt;org.jivesoftware.wildfire.user.JDBCUserProvider&lt;/className&gt; &lt;className&gt;org.jivesoftware.wildfire.user.JDBCUserProvider&lt;/className&gt;
&lt;/user&gt; &lt;/user&gt;
...@@ -220,13 +224,20 @@ integration (see above). Use the following settings to enable group integration. ...@@ -220,13 +224,20 @@ integration (see above). Use the following settings to enable group integration.
</ul> </ul>
<p> <p>
Below is a sample config file section: Below is a sample config file section. Note that the single provider section must include
all providers that should be configured:
</p> </p>
<pre> <pre>
&lt;jive&gt; &lt;jive&gt;
... ...
&lt;provider&gt; &lt;provider&gt;
&lt;group&gt; &lt;auth&gt;
&lt;className&gt;org.jivesoftware.wildfire.auth.JDBCAuthProvider&lt;/className&gt;
&lt;/auth&gt;
&lt;user&gt;
&lt;className&gt;org.jivesoftware.wildfire.user.JDBCUserProvider&lt;/className&gt;
&lt;/user&gt;
&lt;group&gt;
&lt;className&gt;org.jivesoftware.wildfire.group.JDBCGroupProvider&lt;/className&gt; &lt;className&gt;org.jivesoftware.wildfire.group.JDBCGroupProvider&lt;/className&gt;
&lt;/group&gt; &lt;/group&gt;
&lt;/provider&gt; &lt;/provider&gt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment