Added squirrelmail (development snapshot)

This commit is contained in:
Torsten Kurbad
2012-10-30 20:04:11 +01:00
parent b3fc790001
commit 4e8a3b4b74
6 changed files with 289 additions and 0 deletions
@@ -0,0 +1,20 @@
--- plugins/ldapuserdata/setup.php.orig 2004-01-15 23:40:41.000000000 -0800
+++ plugins/ldapuserdata/setup.php 2004-01-15 23:40:52.000000000 -0800
@@ -92,7 +92,7 @@
global $ldap_bind_dn, $ldap_host;
/* fill $ldap_prefs_cache with data from LDAP. */
- $ldap_prefs_cache = retrieve_data($login_username);
+ $ldap_prefs_cache = ldap_retrieve_data($login_username);
/*
print "<pre>";
@@ -121,7 +121,7 @@
}
-function retrieve_data ($uid) {
+function ldap_retrieve_data ($uid) {
global $ldap_host, $username, $ldap_base_dn, $ldap_bind_dn, $ldap_bind_pw;
global $ldap_manager_dn, $ldap_manager_pw;
global $ldap_objectclass, $prefs_default, $ldap_attributes, $boolean_attrs, $multivalue_attrs;
@@ -0,0 +1,18 @@
* You must edit the following configuration files to setup your server.
* Note that not all of them may be present depending on USE flags.
*
* config/config.php
* plugins/retrieveuserdata/config.php
* plugins/virus_scan/config.php
* plugins/gpg/gpg_local_prefs.txt
* plugins/ldapuserdata/config.php
* plugins/show_ssl_link/config.php
* plugins/secure_login/config.php
*
* You should also create the file 'config/admins'
* containing the users who should have access to administrative options.
* Put each login on its own line, and be sure to leave a newline at the
* end of the file.
*
* You can use the console based configuration tool by executing:
* cd config; perl conf.pl