1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
=======================
Horde Utility Scripts
=======================
Introduction
~~~~~~~~~~~~
This directory contains various utility scripts for the Horde distribution.
They are here for your convenience.
Script Index
~~~~~~~~~~~~
ldap/
LDAP utilities/scripts
sql/
SQL utilities/scripts
upgrades/
One-time conversion scripts and old pre-Horde-4 upgrade scripts.
cookie_login.php
Allows to login with user credentials provided by cookies.
get_login.php
Allows to login with user credentials provided by GET parameters.
http_login_refer.php
Allows to login with user credentials provided by HTTP basic authentication.
temp-cleanup.cron
An example cron job shell script which will clean up any temporary files
which may get stranded by Horde users in the web server's temporary
directory.
|