Custom Database Integration changed on 3.6.3?

I’ve followed the steps in this document:

http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/db-integ ration-guide.html

but whenever i restart openfire, the contents of the xml tags get deleted. for example:

<auth>
      <className>org.jivesoftware.openfire.auth.JDBCAuthProvider</className>
    </auth>

becomes

<auth></auth>

then I came across this post:

http://www.igniterealtime.org/community/message/185615

so apparently the settings I’m interested in have been moved to the database (I presume to the ofProperty table, but was unable to find any supporting documentation)

I also found this document, but the sql statements (like “loadUserSQL”, etc.) are not listed:

http://www.igniterealtime.org/community/docs/DOC-1061

So my question is this:

Is the db-integration-guide no longer applicable for 3.6.3? This document is in the 3.6.3 documentation, which is at odds with the above post.

If the settings are infact in the database, can someone who has successfully integrated a custom database post those database settings? I think a screenshot of the server settings page or the ofProperty table is what I’m after…

I’m running 3.6.3 on windows with Sql Server 2005. I have a functional server with the default settings and the “out of the box” Sql Server database that gets created on install and setup.