From 1c31c1d2a439af44c18e3e6df66c380982b3f545 Mon Sep 17 00:00:00 2001 From: Armel Fauveau Date: Tue, 31 Jul 2001 21:11:08 +0000 Subject: [PATCH] Bookmark Support now advanced auth --- Documentation.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Documentation.html b/Documentation.html index af69f2869..2e22eef6b 100755 --- a/Documentation.html +++ b/Documentation.html @@ -381,6 +381,7 @@      CREATE TABLE bookmark (
       id int(11) DEFAULT '0' NOT NULL auto_increment,
       dbase varchar(255) NOT NULL,
+        user varchar(255) NOT NULL,
       label varchar(255) NOT NULL,
       query text NOT NULL,
       PRIMARY KEY (id)
@@ -394,11 +395,6 @@ able to find the bookmark table.
- - For security reasons, if you want to use the bookmark feature with - advanced authentification, you must configure a different - $cfgServers section for each user. -

$cfgServerDefault integer