|
Main sidebar
|
PITS /
01257Summary:
$EnablePageListProtect=1 ignored when search performed from page with read accessCreated: 2011-06-27 13:13
Status: Open
Category: Bug
From: Frank
Assigned:
Priority: 2
Version: 2.2.27 and 2.2.18
OS: Linux node3 2.100.3-1-amd64-grsec/PHP 5.2.42-servage10
Description:
With The passwords are set in config.php only with something like: $group = PageVar($pagename, '$Group'); if ($group == "Nothingtohide") {
} if ($group == "Conspiracy") {
} Now boss will discover Conspiracy while searching within Nothingtohide (even if he could not actually read the pages, but the page names could be telling enough). Hello. This method of setting group or page passwords is wrong -- not only people can see the remote pages, but they can also include content from them. To set group passwords, go to Thank you, Petko. So this is not a bug. But with GroupAttributes?action=attr, I have to set all the passwords by hand, while I was hoping to be able to set them by script to have them all in one place, config.php, and not to lose track of them... Frank June 28, 2011, at 11:00 AM Setting them in GroupAttributes is the only secure way. The page SiteAdmin.AuthList on your wiki is a list of all protected pages and groups. --Petko June 29, 2011, at 06:19 AM |