Advertisement
Guest User

Untitled

a guest
Aug 8th, 2011
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.16 KB | None | 0 0
  1. <?php
  2. /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
  3. // $Id: 48f32000c5b0b36c9d3db155178552f14b946a68 $
  4. $conf['vhosts'] = false;
  5. $conf['debug_level'] = E_ALL & ~E_NOTICE;
  6. $conf['max_exec_time'] = 0;
  7. $conf['compress_pages'] = true;
  8. $conf['secret_key'] = '4e2f67a6-0038-4859-b63d-493c3aeeb00b';
  9. $conf['umask'] = 077;
  10. $conf['testdisable'] = false;
  11. $conf['use_ssl'] = 2;
  12. $conf['server']['name'] = $_SERVER['SERVER_NAME'];
  13. $conf['urls']['token_lifetime'] = 30;
  14. $conf['urls']['hmac_lifetime'] = 30;
  15. $conf['urls']['pretty'] = false;
  16. $conf['safe_ips'] = array();
  17. $conf['session']['name'] = 'Horde';
  18. $conf['session']['use_only_cookies'] = true;
  19. $conf['session']['cache_limiter'] = 'nocache';
  20. $conf['session']['timeout'] = 0;
  21. $conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
  22. $conf['cookie']['path'] = '/';
  23. $conf['sql']['persistent'] = false;
  24. $conf['sql']['username'] = 'root';
  25. $conf['sql']['password'] = 'xxxxx';
  26. $conf['sql']['protocol'] = 'unix';
  27. $conf['sql']['database'] = 'horde4';
  28. $conf['sql']['charset'] = 'utf-8';
  29. $conf['sql']['ssl'] = false;
  30. $conf['sql']['splitread'] = false;
  31. $conf['sql']['phptype'] = 'mysql';
  32. $conf['ldap']['hostspec'] = 'xx.xx.xx.xx';
  33. $conf['ldap']['tls'] = false;
  34. $conf['ldap']['version'] = 3;
  35. $conf['ldap']['binddn'] = 'cn=Directory Manager';
  36. $conf['ldap']['bindpw'] = 'xxxxxx';
  37. $conf['ldap']['bindas'] = 'admin';
  38. $conf['ldap']['useldap'] = true;
  39. $conf['auth']['admins'] = array('my.uid');
  40. $conf['auth']['checkip'] = true;
  41. $conf['auth']['checkbrowser'] = true;
  42. $conf['auth']['alternate_login'] = false;
  43. $conf['auth']['redirect_on_logout'] = false;
  44. $conf['auth']['list_users'] = 'list';
  45. $conf['auth']['params']['basedn'] = 'ou=people,dc=xx,dc=xxxxx,dc=xx';
  46. $conf['auth']['params']['scope'] = 'sub';
  47. $conf['auth']['params']['ad'] = false;
  48. $conf['auth']['params']['uid'] = 'uid';
  49. $conf['auth']['params']['encryption'] = 'ssha';
  50. $conf['auth']['params']['newuser_objectclass'] = array('top', 'inetOrgPerson');
  51. $conf['auth']['params']['filter'] = '(objectclass=inetorgperson)';
  52. $conf['auth']['params']['password_expiration'] = 'no';
  53. $conf['auth']['params']['driverconfig'] = 'horde';
  54. $conf['auth']['driver'] = 'ldap';
  55. $conf['signup']['allow'] = false;
  56. $conf['log']['priority'] = 'INFO';
  57. $conf['log']['ident'] = 'HORDE';
  58. $conf['log']['name'] = LOG_USER;
  59. $conf['log']['type'] = 'syslog';
  60. $conf['log']['enabled'] = true;
  61. $conf['log_accesskeys'] = false;
  62. $conf['prefs']['params']['driverconfig'] = 'horde';
  63. $conf['prefs']['driver'] = 'Sql';
  64. $conf['alarms']['params']['driverconfig'] = 'horde';
  65. $conf['alarms']['params']['ttl'] = 300;
  66. $conf['alarms']['driver'] = 'Sql';
  67. $conf['datatree']['driver'] = 'null';
  68. $conf['group']['params']['basedn'] = 'ou=groups,dc=xx,dc=xxxxx,dc=xxx';
  69. $conf['group']['params']['scope'] = 'sub';
  70. $conf['group']['params']['gid'] = 'cn';
  71. $conf['group']['params']['memberuid'] = 'uniquemember';
  72. $conf['group']['params']['attrisdn'] = true;
  73. $conf['group']['params']['newgroup_objectclass'] = array('posixGroup', 'groupofuniquenames');
  74. $conf['group']['params']['search']['objectclass'] = array('groupofuniquenames');
  75. $conf['group']['params']['search']['filter_type'] = 'objectclass';
  76. $conf['group']['params']['driverconfig'] = 'horde';
  77. $conf['group']['driver'] = 'Ldap';
  78. $conf['group']['cache'] = true;
  79. $conf['perms']['driverconfig'] = 'horde';
  80. $conf['perms']['driver'] = 'Sql';
  81. $conf['share']['no_sharing'] = false;
  82. $conf['share']['auto_create'] = true;
  83. $conf['share']['world'] = true;
  84. $conf['share']['any_group'] = false;
  85. $conf['share']['hidden'] = false;
  86. $conf['share']['cache'] = true;
  87. $conf['share']['driver'] = 'Sqlng';
  88. $conf['cache']['default_lifetime'] = 86400;
  89. $conf['cache']['driver'] = 'Memcache';
  90. $conf['cache']['compress'] = true;
  91. $conf['cache']['use_memorycache'] = '';
  92. $conf['cachecssparams']['driver'] = 'horde_cache';
  93. $conf['cachecssparams']['lifetime'] = 86400;
  94. $conf['cachecssparams']['compress'] = 'php';
  95. $conf['cachecss'] = true;
  96. $conf['cachejsparams']['driver'] = 'horde_cache';
  97. $conf['cachejsparams']['compress'] = 'php';
  98. $conf['cachejsparams']['lifetime'] = 86400;
  99. $conf['cachejs'] = true;
  100. $conf['cachethemesparams']['check'] = 'appversion';
  101. $conf['cachethemesparams']['lifetime'] = 604800;
  102. $conf['cachethemes'] = true;
  103. $conf['lock']['params']['driverconfig'] = 'horde';
  104. $conf['lock']['driver'] = 'Sql';
  105. $conf['token']['params']['driverconfig'] = 'horde';
  106. $conf['token']['driver'] = 'Sql';
  107. $conf['mailer']['params']['sendmail_path'] = '/usr/lib/sendmail';
  108. $conf['mailer']['params']['sendmail_args'] = '-oi';
  109. $conf['mailer']['type'] = 'sendmail';
  110. $conf['mailformat']['brokenrfc2231'] = false;
  111. $conf['vfs']['params']['driverconfig'] = 'horde';
  112. $conf['vfs']['type'] = 'Sql';
  113. $conf['sessionhandler']['type'] = 'Builtin';
  114. $conf['sessionhandler']['memcache'] = false;
  115. $conf['http']['proxy']['proxy_host'] = 'xx.xx.xx.xx';
  116. $conf['http']['proxy']['proxy_port'] = 8080;
  117. $conf['spell']['params']['path'] = '/usr/bin/aspell';
  118. $conf['spell']['driver'] = 'aspell';
  119. $conf['gnupg']['keyserver'] = array('pgp.mit.edu');
  120. $conf['gnupg']['timeout'] = 10;
  121. $conf['openssl']['cafile'] = '/etc/ssl/certs';
  122. $conf['openssl']['path'] = '/usr/bin/openssl';
  123. $conf['image']['driver'] = 'Imagick';
  124. $conf['exif']['params']['exiftool'] = '/usr/bin/exiftool';
  125. $conf['exif']['driver'] = 'Exiftool';
  126. $conf['mime']['magic_db'] = '/usr/share/misc/magic';
  127. $conf['geoip']['datafile'] = '/usr/local/etc/GeoIP.dat';
  128. $conf['problems']['email'] = 'my.uid@xx.xxxxx.xxx';
  129. $conf['problems']['maildomain'] = 'xx.xxxxx.xxx';
  130. $conf['problems']['tickets'] = false;
  131. $conf['problems']['attachments'] = true;
  132. $conf['menu']['apps'] = array();
  133. $conf['menu']['always'] = false;
  134. $conf['menu']['links']['help'] = 'all';
  135. $conf['menu']['links']['prefs'] = 'authenticated';
  136. $conf['menu']['links']['problem'] = 'all';
  137. $conf['menu']['links']['login'] = 'all';
  138. $conf['menu']['links']['logout'] = 'authenticated';
  139. $conf['portal']['fixed_blocks'] = array('horde:horde_Block_Time', 'horde:horde_Block_Sunrise', 'horde:horde_Block_Weatherdotcom', 'imp:imp_Block_Newmail');
  140. $conf['weatherdotcom']['partner_id'] = '1269733022';
  141. $conf['weatherdotcom']['license_key'] = '9cb1e6980b0d5620';
  142. $conf['fortune']['exec_path'] = '/usr/sbin/fortune';
  143. $conf['accounts']['params']['basedn'] = 'ou=people,dc=xx,dc=xxxxx,dc=xxx';
  144. $conf['accounts']['params']['scope'] = 'sub';
  145. $conf['accounts']['params']['attr'] = 'uid';
  146. $conf['accounts']['params']['strip'] = false;
  147. $conf['accounts']['params']['driverconfig'] = 'horde';
  148. $conf['accounts']['driver'] = 'ldap';
  149. $conf['user']['verify_from_addr'] = false;
  150. $conf['user']['select_view'] = true;
  151. $conf['api']['googlemaps'] = 'ABQIAAAAHuvLSylI_B_w7sG3u98lIxRHxRCr1GwSRPHTi0AQD3ZglnV6SxSsHA-5ikH3ve5cE8r0_AgnuPcdfA';
  152. $conf['api']['googlesafebrowsing'] = 'ABQIAAAAHuvLSylI_B_w7sG3u98lIxRHxRCr1GwSRPHTi0AQD3ZglnV6SxSsHA-5ikH3ve5cE8r0_AgnuPcdfA';
  153. $conf['api']['googlesearch'] = 'ABQIAAAAHuvLSylI_B_w7sG3u98lIxRHxRCr1GwSRPHTi0AQD3ZglnV6SxSsHA-5ikH3ve5cE8r0_AgnuPcdfA';
  154. $conf['facebook']['enabled'] = false;
  155. $conf['twitter']['enabled'] = false;
  156. $conf['imsp']['enabled'] = false;
  157. $conf['kolab']['enabled'] = false;
  158. $conf['memcache']['hostspec'] = array('127.0.0.1');
  159. $conf['memcache']['port'] = array('11211');
  160. $conf['memcache']['weight'] = array();
  161. $conf['memcache']['persistent'] = false;
  162. $conf['memcache']['c_threshold'] = 0;
  163. $conf['memcache']['compression'] = true;
  164. $conf['memcache']['large_items'] = true;
  165. $conf['memcache']['enabled'] = true;
  166. $conf['activesync']['state']['params']['devicetable'] = 'horde_activesync_device';
  167. $conf['activesync']['state']['params']['statetable'] = 'horde_activesync_state';
  168. $conf['activesync']['state']['params']['maptable'] = 'horde_activesync_map';
  169. $conf['activesync']['state']['params']['userstable'] = 'horde_activesync_device_users';
  170. $conf['activesync']['logging']['type'] = 'horde';
  171. $conf['activesync']['ping']['heartbeatmin'] = 60;
  172. $conf['activesync']['ping']['heartbeatmax'] = 2700;
  173. $conf['activesync']['ping']['heartbeatdefault'] = 480;
  174. $conf['activesync']['ping']['deviceping'] = true;
  175. $conf['activesync']['ping']['waitinterval'] = 5;
  176. $conf['activesync']['securitypolicies']['provisioning'] = false;
  177. $conf['activesync']['enabled'] = true;
  178. /* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement