fsf changes, meant to be rebased on upstream
[squirrelmail.git] / plugins / administrator / INSTALL
... / ...
CommitLineData
1Administrator Plugin
2--------------------
3
4In order to use this plugin, you must first activate it using
5conf.pl and then you must change the config/config.php files
6permissions to 660. This file must be owned by the user who you
7want to have access to this plugin (only one user allowed) and
8the group must be the group of the user who is running php. This
9authentication method requires posix support in php and doesn't
10work, if user's id equals to 0.
11
12An alternative method, but less secure, is to add a file called
13admins into the plugin folder with the names of the users that
14you want to allow the use of the plugin.
15
16Use this plugin at your own risk, and always remember to make a
17backup of your config.php file before use.
18
19Order of authentication checks
20------------------------------
21When plugin checks if user can use it, it first checks
22plugins/administrator/admins file. If file does not exist, plugin
23checks config/admins. If plugin can't find admins file, it tries to
24use uid based authentication.
25
26
27Credits
28-------
29
30The administrator plugin was originally created by Philippe Mingo, and is now
31maintained by the SquirrelMail Project Team.