michael@157: 'ldaps://ldap.host.tld:636/', michael@159: 'base' => 'dc=region,dc=domain,dc=tld', michael@159: 'name' => 'Serveur LDAP', michael@159: 'port' => 636, michael@159: 'binddn' => 'cn=user,dc=domain,dc=tld', michael@159: 'bindpw' => 'password', michael@159: 'protocol' => 3 michael@159: ); michael@157: michael@159: $addrbook_dsn = ''; michael@159: $addrbook_table = 'address'; michael@159: $abook_global_file = ''; michael@159: $abook_global_file_writeable = false; michael@159: $abook_global_file_listing = true; michael@159: $abook_file_line_length = 2048; michael@159: $default_use_javascript_addr_book = true; michael@157: michael@159: $prefs_dsn = ''; michael@159: $prefs_table = 'userprefs'; michael@159: $prefs_user_field = 'user'; michael@159: $prefs_key_field = 'prefkey'; michael@159: $prefs_val_field = 'prefval'; michael@159: $addrbook_global_dsn = ''; michael@159: $addrbook_global_table = 'global_abook'; michael@157: $addrbook_global_writeable = false; michael@159: $addrbook_global_listing = false; michael@157: michael@159: $no_list_for_subscribe = false; michael@159: $smtp_auth_mech = 'digest-md5'; michael@159: $imap_auth_mech = 'digest-md5'; michael@159: $smtp_sitewide_user = ''; michael@159: $smtp_sitewide_pass = ''; michael@159: $use_imap_tls = false; michael@159: $use_smtp_tls = false; michael@159: $session_name = 'SQMSESSID'; michael@159: $only_secure_cookies = true; michael@157: michael@159: $config_location_base = ''; michael@159: michael@159: @include SM_PATH . 'config_local.php'; michael@157: michael@157: /** michael@157: * Make sure there are no characters after the PHP closing michael@157: * tag below (including newline characters and whitespace). michael@157: * Otherwise, that character will cause the headers to be michael@157: * sent and regular output to begin, which will majorly screw michael@157: * things up when we try to send more headers later. michael@157: */ michael@157: ?>