From 7b17e3642bec12dcdd7c902d2a1f1076feb15bf5 Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 27 Jan 2005 13:07:26 +0000 Subject: [PATCH 1/1] uid=0 thing can be fixed, but i don't want to be the one that allows to use root logins on webmail interface. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8715 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/administrator/INSTALL b/plugins/administrator/INSTALL index 9d57de38..b6facd4f 100644 --- a/plugins/administrator/INSTALL +++ b/plugins/administrator/INSTALL @@ -6,7 +6,9 @@ In order to use this plugin, you must first activate it using conf.pl and then you must change the config/config.php files permissions to 660. This file must be owned by the user who you want to have access to this plugin (only one user allowed) and -the group must be the group of the user who is running php. +the group must be the group of the user who is running php. This +authentication method requires posix support in php and doesn't +work, if user's uid equals to 0. An alternative method, but less secure, is to add a file called admins into the plugin folder with the names of the users that -- 2.25.1