Skip to content

Commit a2e55a9

Browse files
committed
deploy: 56b0c9b
1 parent 3a286c1 commit a2e55a9

File tree

1 file changed

+15
-25
lines changed

1 file changed

+15
-25
lines changed

contrib_modules/sqlauth/sql.html

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -107,35 +107,25 @@
107107
</li>
108108
</ul>
109109
<p>
110-
There are two different configuration formats supported ("version 1" and "version 2"). Version 1 is simpler, but is more limited in functionality. Version 2 is more powerful and configurable, but a little more verbose. If you wish to authenticate or gather attributes from more than one SQL database, or need more than one SQL query for authentication then you definitely need Version 2.
110+
There are two different configuration formats ("Version 1" and "Version 2"). We highly recommend using the more powerful and configurable Version 2 configuration. Version 1 is now considered deprecated and support for this legacy configuration format will be removed in a future release.
111111
</p>
112112
<p>
113-
The Version 1 configuration support comes in two flavours (but identical configurations):
113+
If you are starting out you should use the Version 2 (
114+
<code>
115+
sqlauth:SQL2
116+
</code>
117+
) configuration format.
114118
</p>
115-
<ul>
116-
<li>
117-
<code>
118-
sqlauth:SQL
119-
</code>
120-
uses the legacy Version 1 configuration format and code. Eventually the old code will be phased out, and
121-
<code>
122-
sqlauth:SQL
123-
</code>
124-
will become a synonym for
125-
<code>
126-
sqlauth:SQL1Compat
127-
</code>
128-
.
129-
</li>
130-
<li>
131-
<code>
132-
sqlauth:SQL1Compat
133-
</code>
134-
uses the legacy Version 1 configuration, but applies it to the Version 2 code.
135-
</li>
136-
</ul>
137119
<p>
138-
If you are starting out we recommend the Version 2 (
120+
If you have existing Version 1 (
121+
<code>
122+
sqlauth:SQL
123+
</code>
124+
or
125+
<code>
126+
sqlauth:SQL1Compat
127+
</code>
128+
) configuration, you should migrate to the new Version 2 (
139129
<code>
140130
sqlauth:SQL2
141131
</code>

0 commit comments

Comments
 (0)