Bookmark Support now advanced auth
This commit is contained in:
@@ -381,6 +381,7 @@
|
|||||||
CREATE TABLE bookmark (<br />
|
CREATE TABLE bookmark (<br />
|
||||||
id int(11) DEFAULT '0' NOT NULL auto_increment,<br />
|
id int(11) DEFAULT '0' NOT NULL auto_increment,<br />
|
||||||
dbase varchar(255) NOT NULL,<br />
|
dbase varchar(255) NOT NULL,<br />
|
||||||
|
user varchar(255) NOT NULL,<br />
|
||||||
label varchar(255) NOT NULL,<br />
|
label varchar(255) NOT NULL,<br />
|
||||||
query text NOT NULL,<br />
|
query text NOT NULL,<br />
|
||||||
PRIMARY KEY (id)<br />
|
PRIMARY KEY (id)<br />
|
||||||
@@ -394,11 +395,6 @@
|
|||||||
able to find the bookmark table.
|
able to find the bookmark table.
|
||||||
</li>
|
</li>
|
||||||
</ul><br />
|
</ul><br />
|
||||||
|
|
||||||
For security reasons, if you want to use the bookmark feature with
|
|
||||||
advanced authentification, you must configure a different
|
|
||||||
<tt>$cfgServers</tt> section for each user.
|
|
||||||
<br /><br />
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><b>$cfgServerDefault</b> integer</dt>
|
<dt><b>$cfgServerDefault</b> integer</dt>
|
||||||
|
Reference in New Issue
Block a user