HEX
Server: Apache/2.2.22
System: Linux server1.blueharbor.com 3.10.0-1160.90.1.vz7.200.7 #1 SMP Wed Jul 12 12:00:44 MSK 2023 x86_64
User: locglobe (1004)
PHP: 5.6.37
Disabled: NONE
Upload Files
File: //usr/local/cwpsrv/var/services/roundcubemail-1.4.11/plugins/krb_authentication/config.inc.php.dist
<?php

// Kerberos/GSSAPI Authentication Plugin options
// ---------------------------------------------

// Default mail host to log-in using user/password from HTTP Authentication.
// This is useful if the users are free to choose arbitrary mail hosts (or
// from a list), but have one host they usually want to log into.
// Unlike $config['default_host'] this must be a string!
$config['krb_authentication_host'] = '';

// GSSAPI security context.
// Single value or an array with per-protocol values. Example:
//
//   $config['krb_authentication_context'] = array(
//       'imap'  => 'imap/host.fqdn@REALM.NAME',
//       'smtp'  => 'smtp/host.fqdn@REALM.NAME',
//       'sieve' => 'sieve/host.fqdn@REALM.NAME',
//   );
$config['krb_authentication_context'] = 'principal@REALM.NAME';