You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.inc.php.dist 529B

12345678910111213
  1. <?php
  2. // Kerberos/GSSAPI Authentication Plugin options
  3. // ---------------------------------------------
  4. // Default mail host to log-in using user/password from HTTP Authentication.
  5. // This is useful if the users are free to choose arbitrary mail hosts (or
  6. // from a list), but have one host they usually want to log into.
  7. // Unlike $config['default_host'] this must be a string!
  8. $config['krb_authentication_host'] = '';
  9. // GSS API security context
  10. $config['krb_authentication_context'] = 'imap/kolab.example.org@EXAMPLE.ORG';