Hi all,
refernce to:Re: change ldappass plugin not working (Tomas Kuliavas)
I am using php-4.0.6-7 with php-ldap-4.0.6-7 on my mail server.
[EMAIL PROTECTED] wrote:
[EMAIL PROTECTED] wrote:
Send squirrelmail-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of squirrelmail-users digest..."
Today's Topics:
1. Re: change ldappass plugin not working (Tomas Kuliavas)
2. Fatal error: Cannot use string offset as an array (Jason H)
3. Preferences are forgotten (Martin Ocando)
--__--__--
Message: 1
Date: Thu, 19 May 2005 13:13:20 +0200 (EET)
Subject: Re: [SM-US ERS] change ldappass plugin not working
From: "Tomas Kuliavas" <[EMAIL PROTECTED]>
To: [email protected]
> Hi all,
>
> I am using Squirrelmail 1.4.4 with qmail (with ldap services) ,the
> problem I am facing is that I can't change the password of the user
> through
> Squirrelmail and I am using the change_ldappass-1.7 plugin with the
> compatibility plugin already installed,but when I try changing the
> password,it gives me the error: "You must type in your old password.You
> must
> type in a new password"
> but the users can login read and send mails using squirrelmail,what can
> be the issue?
> followin is the config file of the change_ldappass plugin.
> > $ldap_server = "localhost";
> $ldap_password_field = "userpassword";
> $ldap_user_field = "username";
> //put the ldap base dn of your server here
> $ldap_base_dn = "dc=(mydomain),dc=com";
> $ldap_bind_as_manager = 1;
> $ldap_manager_dn="cn=root,$ldap_base_dn";
> $ldap_manager_pw="secret";
> ?>
> "My ldap manager is root with passwd secret"
>
> pls let me know what I am doing wrong.thanks in advance.
which php version you use?
--
Tomas
--__--__--
Message: 2
Date: Thu, 19 May 2005 09:59:02 -0700
From: Jason H <[EMAIL PROTECTED]>
To: [email protected]
Subject: [SM-USERS] Fatal error: Cannot use string offset as an array
Good Morning Everyone:
I am running a CVS version of Squirrelmail on FreeBSD
5.3 with qmail/vpopmail and Courier IMAP, Apache 1.3.33 with PHP
5.0.4. I also setup the vlogin plugin with the
compatibility plugin to support virtual domains and custom login
pages.
Everything was working very nicely when yesterday morning I
started receiving the following error when going to href="">http://webmail.jasonsrealm.com
Keep in mind that I have setup this URL in apache to point to my
squirrelmail installation which is
/usr/local/apache/htdocs/webmail
Fatal error: Cannot use string offset as an array in
/usr/local/apache/htdocs/webmail/config/config.php on line
86
I can also access my webmail system by going to: href="">http://jodee.sitemasters.net/webmail
and I do not get the error above which is confusing me. The
webmail works fine.
I have went over my config and cannot seem to find anything
wrong. I have even tried reinstalling squirrelmail with a fresh
copy and nothing seems to work. I do not understand why I would
just start getting this error when I've made no changes to my
setup. Here is my config.php file below for you to
review. I hope I have provided enough information. If you
need more please let me know and I will be more than happy to provide
it.
Thank you all for your help
Jason
------------------------------------
<?php
/**
* SquirrelMail Configuration File
* Created
using the configure script, conf.pl
*/
global $version;
$config_version = '1.4.0';
$config_use_color =
2;
$org_name =
"SquirrelMail";
$org_logo = SM_PATH .
'images/sm_logo.png';
$org_logo_width =
'308';
$org_logo_height =
'111';
$org_title =
"SquirrelMail";
$signout_page =
'';
$frame_top = '_top';
$provider_uri = '';
$provider_name = 'SquirrelMail';
$motd = "";
$squirrelmail_default_language =
'en_US';
$default_charset
= 'iso-8859-1';
$show_alternative_names =
false;
$available_languages =
'all';
$aggressive_decoding =
false;
$lossy_encoding =
false;
$domain
=
'jodee.sitemasters.net';
$imapServerAddress
=
'localhost';
$imapPort
=
143;
$useSendmail
= false;
$smtpServerAddress =
'localhost';
$smtpPort
=
25;
$sendmail_path
=
'/usr/sbin/sendmail';
$pop_before_smtp
= false;
$imap_server_type =
'courier';
$invert_time
= false;
$optional_delimiter =
'detect';
$encode_header_key = '';
$default_folder_prefix
=
'';
$trash_folder
=
'INBOX.Trash';
$sent_folder
=
'INBOX.Sent';
$draft_folder
=
'INBOX.Drafts';
$default_move_to_trash
=
true;
$default_move_to_sent
=
true;
$default_save_as_draft
=
true;
$show_prefix_option
= false;
$list_special_folders_first   ; =
true;
$use_special_folder_color
=
true;
$auto_expunge
=
true;
$default_sub_of_inbox
= true;
$show_contain_subfolders_option =
false;
$default_unseen_notify
=
2;
$default_unseen_type
=
1;
$auto_create_special
=
true;
$delete_folder
=
false;
$noselect_fix_enable
= false;
$data_dir
= SM_PATH .
'data/';
$attachment_dir
=
$data_dir;
$dir_hash_level
= 0;
$default_left_size =
'150';
$force_username_lowercase =
false;
$default_use_priority =
true;
$hide_sm_attributions =
false;
$default_use_mdn
=
true;
$edit_identity
=
true;
$edit_name
=
true;
$hide_auth_header
= false;
$allow_thread_sort
= false;
$allow_server_sort
= false;
$allow_charset_search =
true;
$allow_advanced_search = 0;
$plugins[] = 'vlogin';
$plugins[] = 'squirrelspell';
$theme_css = '';
$theme_default = 0;
$theme[0]['PATH'] =
SM_PATH . 'themes/default_theme.php';
$theme[0]['NAME'] =
'Default';
$theme[1]['PATH'] = SM_PATH .
'themes/plain_blue_theme.php';
$theme[1]['NAME'] = 'Plain
Blue';
$theme[2]['PATH'] = SM_PATH .
'themes/sandstorm_theme.php';
$theme[2]['NAME'] = 'Sand
Storm';
$theme[3]['PATH'] = SM_PATH .
'themes/deepocean_theme.php';
$theme[3]['NAME'] = 'Deep
Ocean';
$theme[4]['PATH'] = SM_PATH .
'themes/slashdot_theme.php';
$theme[4]['NAME'] =
'Slashdot';
$theme[5]['PATH'] = SM_PATH .
'themes/purple_theme.php';
$theme[5]['NAME'] =
'Purple';
$theme[6]['PATH'] = SM_PATH .
'themes/forest_theme.php';
$theme[6]['NAME'] =
'Forest';
$theme[7]['PATH'] = SM_PATH .
'themes/ice_theme.php';
$theme[7]['NAME'] =
'Ice';
$theme[8]['PATH'] = SM_PATH .
'themes/seaspray_theme.php';
$theme[8]['NAME'] = 'Sea
Spray';
$theme[9]['PATH'] = SM_P ATH .
'themes/bluesteel_theme.php';
$theme[9]['NAME'] = 'Blue
Steel';
$theme[10]['PATH'] = SM_PATH .
'themes/dark_grey_theme.php';
$theme[10]['NAME'] = 'Dark
Grey';
$theme[11]['PATH'] = SM_PATH .
'themes/high_contrast_theme.php';
$theme[11]['NAME'] = 'High
Contrast';
$theme[12]['PATH'] = SM_PATH .
'themes/black_bean_burrito_theme.php';
$theme[12]['NAME'] = 'Black
Bean Burrito';
$theme[13]['PATH'] = SM_PATH .
'themes/servery_theme.php';
$theme[13]['NAME'] =
'Servery';
$theme[14]['PATH'] = SM_PATH .
'themes/maize_theme.php';
$theme[14]['NAME'] =
'Maize';
$theme[15]['PATH'] = SM_PATH .
'themes/bluesnews_theme.php';
$theme[15]['NAME'] =
'BluesNews';
$theme[16]['PATH'] = SM_PATH .
'themes/deepocean2_theme.php';
$theme[16]['NAME'] = 'Deep Ocean
2';
$theme[17]['PATH'] = SM_PATH .
'themes/blue_grey_theme.php';
$theme[17]['NAME'] = 'Blue
Grey';
$theme[18]['PATH'] = SM_PATH .
'themes/dompie_theme.php';
$theme[18]['NAME'] =
'Dompie';
$theme[19]['PATH'] = SM_PATH .
'themes/methodical_theme.php';
$theme[19]['NAME'] =
'Methodical';
$theme[20]['PATH'] = SM_PATH .
'themes/greenhouse_effect.php';
$theme[20]['NAME'] = 'Greenhouse
Effect (Changes)';
$theme[21]['PATH'] = SM_PATH .
'themes/in_the_pink.php';
$theme[21]['NAME'] = 'In The Pink
(Changes)';
$theme[22]['PATH'] = SM_PATH .
'themes/kind_of_blue.php';
$theme[22]['NAME'] = 'Kind of Blue
(Changes)';
$theme[23]['PATH'] = SM_PATH .
'themes/monostochastic.php';
$theme[23]['NAME'] = 'Monostochastic
(Changes)';
$theme[24]['PATH'] = SM_PATH .
'themes/shades_of_grey.php';
$theme[24]['NAME'] = 'Shades of Grey
(Changes)';
$theme[25]['PATH'] = SM_PATH .
'themes/spice_of_life.php';
$theme[25]['NAME'] = 'Spice of Life
(Changes)';
$theme[26]['PATH'] = SM_PATH .
'themes/spice_of_life_lite.php';
$theme[26]['NAME'] = 'Spice of Life
- Lite (Changes)';
$theme[27]['PATH'] = SM_PATH .
'themes/spice_of_life_dark.php';
$theme[27]['NAME'] = 'Spice of Life
- Dark (Changes)';
$theme[28]['PATH'] = SM_PATH .
'themes/christmas.php';
$theme[28]['NAME'] = 'Holiday -
Christmas';
$theme[29]['PATH'] = SM_PATH .
'themes/darkness.php';
$theme[29]['NAME'] = 'Darkness
(Changes)';
$theme[30]['PATH'] = SM_PATH .
'themes/random.php';
$theme[30]['NAME'] = 'Random (Changes every
login)';
$theme[31]['PATH'] = SM_PATH .
'themes/midnight.php';
$theme[31]['NAME'] =
'Midnight';
$theme[32]['PATH'] = SM_PATH .
'themes/alien_glow.php';
$theme[32]['NAME'] = 'Alien
Glow';
$theme[33]['PATH'] = SM_PATH .
'themes/dark_green.php';
$theme[33]['NAME'] = 'Dark
Green';
$theme[34]['PATH'] = SM_PATH .
'themes/penguin.php';
$theme[34]['NAME'] =
'Penguin';
$theme[35]['PATH'] = SM_PATH .
'themes/minimal_bw.php';
$theme[35]['NAME' ] = 'Minimal
BW';
$theme[36]['PATH'] = SM_PATH .
'themes/redmond.php';
$theme[36]['NAME'] =
'Redmond';
$theme[37]['PATH'] = SM_PATH .
'themes/netstyle_theme.php';
$theme[37]['NAME'] = 'Net
Style';
$theme[38]['PATH'] = SM_PATH .
'themes/silver_steel_theme.php';
$theme[38]['NAME'] = 'Silver
Steel';
$theme[39]['PATH'] = SM_PATH .
'themes/simple_green_theme.php';
$theme[39]['NAME'] = 'Simple
Green';
$theme[40]['PATH'] = SM_PATH .
'themes/wood_theme.php';
$theme[40]['NAME'] = 'Wood';
$default_use_javascript_addr_book = false;
$addrbook_dsn =
'';
$addrbook_table = 'address';
$prefs_dsn = '';
$prefs_table = 'userprefs';
$prefs_user_field
= 'user';
$prefs_key_field = 'prefkey';
$prefs_val_field =
'prefval';
$addrbook_global_dsn = '';
$addrbook_global_table =
'global_abook';
$addrbook_global_writeable =
false;
$addrbook_global_listing = false;
$abook_global_file = '';
$abook_global_file_writeable =
false;
$abook_global_file_listing = true;
$no_list_for_subscribe = false;
$smtp_auth_mech =
'none';
$imap_auth_mech = 'login';
$use_imap_tls =
false;
$use_smtp_tls = false;
$session_name = 'SQMSESSID';
$advanced_tree = false;
$use_iframe = false;
$use_icons = false;
$use_php_recode = false;
$use_php_iconv = false;
$allow_remote_configtest = false;
@include SM_PATH . 'config/config_local.php';
/**
* Make sure there are no characters after the PHP
closing
* tag below (including newline characters and
whitespace).
* Otherwise, that character will cause the headers to
be
* sent and regular output to begin, which will majorly
screw
* things up when we try to send more headers
later.
*/
?>
--__--__--
Message: 3
From: "Martin Ocando" <[EMAIL PROTECTED]>
To: [email protected]
Date: Thu, 19 May 2005 17:31:03 -0400
Subject: [SM-USERS] Preferences are forgotten
On my qmailrocks installation with squirrelmail, I decided to upgrade from
the default 1.4.0 to 1.4.4 to set up mysql database address books and prefs.
While everything works ok, it seems to "forget" the preferences once I
submit the "Personal Information" options changes page. No matter which
options I change, it retains the prefs, but once I modify something on the
Personal Information page and submit it, it turns back to the default
language, stylesheet, theme, etc...
Loggin out and back in solves the issue, but is pretty annoying.
I've tested with Firefox and IE, all the same. What can I do?
Thanks
--__--__--
--
squirrelmail-users mailing list
List Address: [email protected]
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
http://squirrelmail.org/cvs
End of squirrelmail-users Digest
Discover Yahoo!
Have fun online with music videos, cool games, IM & more. Check it out!
