[horde] Problems with global option values

Bill Graham grahamcw at hurleybulldogs.com
Wed Apr 19 13:30:55 PDT 2006


You set the global user options in the prefs.php file for each 
application horde/config/prefs.php
imp/config/prefs.php
etc.

Bill

Quoting Mario Beltran <mario at 123.hn>:

> Hello everyone,
>
> I am neww in horde and I have installed sucessful Horde 3.1.1, IMP h3 
> 4.1.1,  Turba h3 2.1 and Kronolith h3 2.1.1 on a linux box
>
> Each configuration file are:
>
> ##### HORDE #####
> <?php
> /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
> // $Horde: horde/config/conf.xml,v 1.74.2.33 2006/03/25 12:14:25 jan Exp $
> $conf['debug_level'] = E_ALL;
> $conf['max_exec_time'] = 0;
> $conf['use_ssl'] = 2;
> $conf['server']['name'] = $_SERVER['SERVER_NAME'];
> $conf['server']['port'] = $_SERVER['SERVER_PORT'];
> $conf['compress_pages'] = true;
> $conf['umask'] = 077;
> $conf['session']['name'] = 'Horde';
> $conf['session']['cache_limiter'] = 'nocache';
> $conf['session']['timeout'] = 0;
> $conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
> $conf['cookie']['path'] = '/horde';
> $conf['sql']['persistent'] = true;
> $conf['sql']['hostspec'] = 'localhost';
> $conf['sql']['username'] = 'horde1';
> $conf['sql']['password'] = '*******';
> $conf['sql']['protocol'] = 'unix';
> $conf['sql']['database'] = 'horde1';
> $conf['sql']['charset'] = 'iso-8859-1';
> $conf['sql']['phptype'] = 'mysql';
> $conf['auth']['admins'] = array('*****@****.***');
> $conf['auth']['checkip'] = true;
> $conf['auth']['checkbrowser'] = true;
> $conf['auth']['alternate_login'] = false;
> $conf['auth']['redirect_on_logout'] = false;
> $conf['auth']['params']['app'] = 'imp';
> $conf['auth']['driver'] = 'application';
> $conf['signup']['allow'] = false;
> $conf['log']['priority'] = PEAR_LOG_NOTICE;
> $conf['log']['ident'] = 'HORDE';
> $conf['log']['params'] = array();
> $conf['log']['name'] = '/tmp/horde.log';
> $conf['log']['params']['append'] = true;
> $conf['log']['type'] = 'file';
> $conf['log']['enabled'] = true;
> $conf['log_accesskeys'] = false;
> $conf['prefs']['maxsize'] = 2147483647;
> $conf['prefs']['params']['persistent'] = true;
> $conf['prefs']['params']['hostspec'] = 'localhost';
> $conf['prefs']['params']['username'] = 'horde1';
> $conf['prefs']['params']['password'] = '******';
> $conf['prefs']['params']['protocol'] = 'unix';
> $conf['prefs']['params']['database'] = 'horde1';
> $conf['prefs']['params']['charset'] = 'iso-8859-1';
> $conf['prefs']['params']['phptype'] = 'mysql';
> $conf['prefs']['params']['driverconfig'] = 'custom';
> $conf['prefs']['driver'] = 'sql';
> $conf['datatree']['params']['persistent'] = true;
> $conf['datatree']['params']['hostspec'] = 'localhost';
> $conf['datatree']['params']['username'] = 'horde1';
> $conf['datatree']['params']['password'] = '******';
> $conf['datatree']['params']['protocol'] = 'unix';
> $conf['datatree']['params']['database'] = 'horde1';
> $conf['datatree']['params']['charset'] = 'iso-8859-1';
> $conf['datatree']['params']['phptype'] = 'mysql';
> $conf['datatree']['params']['driverconfig'] = 'custom';
> $conf['datatree']['driver'] = 'sql';
> $conf['group']['driver'] = 'datatree';
> $conf['cache']['default_lifetime'] = 1800;
> $conf['cache']['params']['dir'] = Horde::getTempDir();
> $conf['cache']['params']['gc'] = 86400;
> $conf['cache']['driver'] = 'file';
> $conf['token']['driver'] = 'none';
> $conf['mailer']['params']['host'] = 'localhost';
> $conf['mailer']['params']['port'] = 25;
> $conf['mailer']['params']['localhost'] = 'americatelsal.com';
> $conf['mailer']['params']['auth'] = '0';
> $conf['mailer']['type'] = 'smtp';
> $conf['vfs']['params']['vfsroot'] = '/var/tmp/horde';
> $conf['vfs']['type'] = 'file';
> $conf['sessionhandler']['type'] = 'none';
> $conf['problems']['email'] = '******@******.***';
> $conf['problems']['maildomain'] = '******.***';
> $conf['problems']['tickets'] = false;
> $conf['menu']['apps'] = array('horde');
> $conf['menu']['always'] = false;
> $conf['menu']['links']['help'] = 'all';
> $conf['menu']['links']['help_about'] = true;
> $conf['menu']['links']['options'] = 'authenticated';
> $conf['menu']['links']['problem'] = 'all';
> $conf['menu']['links']['login'] = 'all';
> $conf['menu']['links']['logout'] = 'authenticated';
> $conf['hooks']['permsdenied'] = false;
> $conf['hooks']['username'] = false;
> $conf['hooks']['preauthenticate'] = false;
> $conf['hooks']['postauthenticate'] = false;
> $conf['hooks']['authldap'] = false;
> $conf['portal']['fixed_blocks'] = array();
> $conf['accounts']['driver'] = 'null';
> $conf['imsp']['enabled'] = false;
> $conf['kolab']['enabled'] = false;
> /* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
>
>
>
> ###### IMP ########
> <?php
> /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
> // $Horde: imp/config/conf.xml,v 1.53.2.12 2006/03/22 21:37:38 slusarz Exp $
> $conf['utils']['gnupg_keyserver'] = array('wwwkeys.pgp.net');
> $conf['utils']['gnupg_timeout'] = '10';
> $conf['menu']['apps'] = array('kronolith', 'turba');
> $conf['user']['allow_folders'] = false;
> $conf['user']['allow_resume_all'] = false;
> $conf['user']['allow_view_source'] = false;
> $conf['user']['alternate_login'] = false;
> $conf['user']['redirect_on_logout'] = false;
> $conf['server']['server_list'] = 'hidden';
> $conf['server']['sort_limit'] = '0';
> $conf['server']['cache_folders'] = false;
> $conf['server']['cache_msgbody'] = false;
> $conf['mailbox']['show_attachments'] = true;
> $conf['mailbox']['show_preview'] = true;
> $conf['mailbox']['show_xpriority'] = true;
> $conf['fetchmail']['show_account_colors'] = false;
> $conf['fetchmail']['size_limit'] = '4000000';
> $conf['msgsettings']['filtering']['words'] = './config/filter.txt';
> $conf['msgsettings']['filtering']['replacement'] = '****';
> $conf['spam']['reporting'] = false;
> $conf['notspam']['reporting'] = false;
> $conf['msg']['prepend_header'] = false;
> $conf['msg']['append_trailer'] = false;
> $conf['compose']['allow_cc'] = true;
> $conf['compose']['allow_bcc'] = true;
> $conf['compose']['allow_receipts'] = true;
> $conf['compose']['special_characters'] = true;
> $conf['compose']['use_vfs'] = false;
> $conf['compose']['link_attachments'] = false;
> $conf['compose']['add_maildomain_to_unexpandable'] = false;
> $conf['compose']['attach_size_limit'] = '0';
> $conf['compose']['attach_count_limit'] = '0';
> $conf['hooks']['vinfo'] = false;
> $conf['hooks']['signature'] = false;
> $conf['hooks']['trailer'] = false;
> $conf['hooks']['fetchmail_filter'] = false;
> $conf['hooks']['mbox_redirect'] = false;
> $conf['hooks']['mbox_icon'] = false;
> $conf['hooks']['spam_bounce'] = false;
> $conf['maillog']['use_maillog'] = true;
> $conf['tasklist']['use_tasklist'] = false;
> $conf['notepad']['use_notepad'] = false;
> /* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
>
>
> ############# TURBA #############
> <?php
> /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
> // $Horde: turba/config/conf.xml,v 1.6.2.1 2005/10/18 12:50:04 jan Exp $
> $conf['menu']['import_export'] = true;
> $conf['menu']['apps'] = array('imp', 'kronolith');
> $conf['client']['addressbook'] = 'localsql';
> $conf['comments']['allow'] = true;
> $conf['documents']['params']['persistent'] = true;
> $conf['documents']['params']['hostspec'] = 'localhost';
> $conf['documents']['params']['username'] = 'horde1';
> $conf['documents']['params']['password'] = 'horde_4m3';
> $conf['documents']['params']['protocol'] = 'unix';
> $conf['documents']['params']['database'] = 'horde1';
> $conf['documents']['params']['charset'] = 'iso-8859-1';
> $conf['documents']['params']['phptype'] = 'mysql';
> $conf['documents']['params']['driverconfig'] = 'custom';
> $conf['documents']['type'] = 'sql';
> /* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
>
>
> ########## KRONOLITH ##############
> <?php
> /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
> // $Horde: kronolith/config/conf.xml,v 1.14.10.4 2006/02/08 12:27:31 
> jan Exp $
> $conf['calendar']['params']['persistent'] = true;
> $conf['calendar']['params']['hostspec'] = 'localhost';
> $conf['calendar']['params']['username'] = 'horde1';
> $conf['calendar']['params']['password'] = 'horde_4m3';
> $conf['calendar']['params']['protocol'] = 'unix';
> $conf['calendar']['params']['database'] = 'horde1';
> $conf['calendar']['params']['charset'] = 'iso-8859-1';
> $conf['calendar']['params']['phptype'] = 'mysql';
> $conf['calendar']['params']['table'] = 'kronolith_events';
> $conf['calendar']['params']['driverconfig'] = 'custom';
> $conf['calendar']['driver'] = 'sql';
> $conf['storage']['params']['persistent'] = true;
> $conf['storage']['params']['hostspec'] = 'localhost';
> $conf['storage']['params']['username'] = 'horde1';
> $conf['storage']['params']['password'] = 'horde_4m3';
> $conf['storage']['params']['protocol'] = 'unix';
> $conf['storage']['params']['database'] = 'horde1';
> $conf['storage']['params']['charset'] = 'iso-8859-1';
> $conf['storage']['params']['phptype'] = 'mysql';
> $conf['storage']['params']['table'] = 'kronolith_storage';
> $conf['storage']['params']['driverconfig'] = 'custom';
> $conf['storage']['driver'] = 'sql';
> $conf['metadata']['keywords'] = false;
> $conf['reminder']['server_name'] = 'localhost';
> $conf['reminder']['from_addr'] = 'postmaster at americatelsal.com';
> $conf['autoshare']['shareperms'] = 'none';
> $conf['menu']['print'] = true;
> $conf['menu']['import_export'] = true;
> $conf['menu']['apps'] = array('imp', 'turba');
> /* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
>
>
> I try to change several global options with the administrator account 
> for all normal users but when i log in whit normal user, the 
> visualitiaon is the custom and dont ist the mine
>
> I miss some configuration in Horde or imp? for when I have any change 
> as administrator in the configuration in the option menu to affect 
> all other users
>
> One more thing, when i log as normal user I dont wat that normal user 
> can see horde or lyout icons. I have looking for this option wihtout 
> any results
>
> any suggestions?
>
> sorry for my bad English
>
> thanks in advance
>
> regards
>
> Mario
>
>
> <http://www.horde.org/imp/>
> -- 
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>



-- 

Bill Graham
Systems Administrator
Hurley Public Schools
Hurley,SD 57036
USA
grahamcw at hurleybulldogs.com


----------------------------------------------------------------
This electronic  mail sent from Hurley Public Schools - Hurley, South Dakota
http://www.hurleybulldogs.com

NOTICE: This E-mail (including attachments) is covered by the 
Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is 
confidential and may be legally privileged. If you are not the intended 
recipient, you are hereby notified that any retention, dissemination, 
distribution, or copying of this communication is strictly prohibited. 
Please reply to the sender that you have received the message in error, 
then delete it. Thank you.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 1375 bytes
Desc: PGP Public Key
Url : http://lists.horde.org/archives/horde/attachments/20060419/a5bf8c29/attachment.bin


More information about the horde mailing list