Bookmark Support now advanced auth
This commit is contained in:
@@ -381,6 +381,7 @@
|
||||
CREATE TABLE bookmark (<br />
|
||||
id int(11) DEFAULT '0' NOT NULL auto_increment,<br />
|
||||
dbase varchar(255) NOT NULL,<br />
|
||||
user varchar(255) NOT NULL,<br />
|
||||
label varchar(255) NOT NULL,<br />
|
||||
query text NOT NULL,<br />
|
||||
PRIMARY KEY (id)<br />
|
||||
@@ -394,11 +395,6 @@
|
||||
able to find the bookmark table.
|
||||
</li>
|
||||
</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>
|
||||
|
||||
<dt><b>$cfgServerDefault</b> integer</dt>
|
||||
|
Reference in New Issue
Block a user