🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.
  • Recent
  • Dark Theme
  • Login

UVdesk

  • Dark Theme
  • Login
  • Search
  • Recent

Solved Exchange server: PHP Fatal error: Uncaught ErrorException: Notice: Unknown: Kerberos error: No Kerberos credentials available

Technical Help
3
6
1.7k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    Rosa A Hancock last edited by 10 Feb 2021, 11:45

    I cannot find any solution for,

    PHP Fatal error: Uncaught ErrorException: Notice: Unknown: Kerberos error: No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_0) (try running kinit) for my.email.server.local (errflg=1) in Unknown:0

    1 Reply Last reply Reply Quote 0
    • Sanjeev
      Sanjeev developer UVdesk Staff last edited by 10 Feb 2021, 11:50

      @Rosa-A-Hancock

      Locate path in your project:

      vendor/uvdesk/mailbox-component/Console/RefreshMailboxCommand.php

      Open RefreshMailboxCommand.php and make changes here as suggested below.

      $imap = imap_open("{xx.xx.xx.xx:993/imap/ssl/novalidate-cert}", 'mydomain/user', 'password', NULL, 1, array('DISABLE_AUTHENTICATOR' => 'GSSAPI'));

      Hope it will help to resolve for Exchange server !!

      1 Reply Last reply Reply Quote 0
      • M
        Makss last edited by 11 Feb 2021, 07:49

        Hi @Sanjeev

        Thanks it was helpfull for me !!!
        I would suggest to only append , NULL, 1, array('DISABLE_AUTHENTICATOR' => 'GSSAPI'));
        to the existing value and modify if necessary the username/password/url directly in the uvdesk_mailbox.yaml config file.

        1 Reply Last reply Reply Quote 0
        • Sanjeev
          Sanjeev developer UVdesk Staff last edited by 11 Feb 2021, 12:50

          @Makss
          Yes, as {xx.xx.xx.xx:993/imap/ssl/novalidate-cert} we have added novalidate-cert so write down whole string for this.

          1 Reply Last reply Reply Quote 0
          • M
            Makss last edited by 11 Feb 2021, 12:58

            @Sanjeev yes, or you can add it from the web interface !
            Anyway, no error about Kerberos anymore, but on my side, i'm not able to get the ticket created from the mailbox... But it's another story !

            1 Reply Last reply Reply Quote 0
            • Sanjeev
              Sanjeev developer UVdesk Staff last edited by 11 Feb 2021, 13:22

              @Makss

              yes, or you can add it from the web interface !

              Sure, Glad to know now working for you !!

              Stay tuned with us for updates and upcoming release.
              https://github.com/uvdesk/community-skeleton

              1 Reply Last reply Reply Quote 0
              1 out of 6
              • First post
                1/6
                Last post