<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 30-04-12 11:09, Bharat Lalcheta wrote:
    <blockquote
cite="mid:CAKA0YxA7DL5Gai+PEgWWspJ5owcd7xehqoLp1ZNs29gG3XqscQ@mail.gmail.com"
      type="cite">
      <p>Hiii all,</p>
      <p>I am using asterisk 1.8.9.2 and compile all modules related to
        calendar.</p>
      <p>neon version is 0.29.6. OS is ubuntu 11.10.</p>
      <p>I configured ical for zimbra, caldav for google mail and ews
        for exchange 2010 calendar.</p>
      <p>ical and caldav setup working fine and i am getting my calendar
        events perfectly. But for exchange 2010 calendar i am getting
        following error.</p>
      <p>"Unable to communicate with Exchange Web Service at '<a
          moz-do-not-send="true"
          href="https://ex1.domain.com/EWS/Exchange.asmx">https://ex1.domain.com/EWS/Exchange.asmx</a>':
        Could not authenticate to server: ignored NTLM challenge, GSSAPI
        authentication error: Unspecified GSS failure.&nbsp; Minor code may
        provide more information: Credentials cache file '/tmp/krb5cc_0'
        not found"</p>
      <p>my calendar.conf is as follows</p>
      <p>[calendar3]<br>
        type = ews&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; type of calendar--currently
        supported: ical, caldav, exchange, or ews<br>
        url = <a moz-do-not-send="true"
          href="https://ex1.domain.com/EWS/Exchange.asmx">https://ex1.domain.com/EWS/Exchange.asmx</a>
        ; URL to MS Exchange EWS<br>
        user = <a moz-do-not-send="true"
          href="mailto:myname@domain.com">myname@domain.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        ; Exchange username<br>
        secret = xxxxxx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Exchange password<br>
        refresh = 10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; refresh calendar every n minutes<br>
        timeframe = 20 </p>
      <p>calendar show status command shows following output</p>
      <p>Calendar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Status<br>
        --------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ----&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ------<br>
        calendar3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ews&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; free&nbsp; </p>
      <p>Please help me out for solve above problem.</p>
      <div>Thanks in advance</div>
      <div>-- <br>
        Bharat Lalcheta<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               <a class="moz-txt-link-freetext" href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a>

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre>
    </blockquote>
    Did you compile neon against openssl or the default internal ssl? I
    used against openssl.<br>
    Make sure you have the rootca from the exchange server in
    /etc/ssl/certs<br>
    <br>
    The message/warning looks like the Exchange server expects a
    kerberos authentication. I have no experience with the EWS calendar
    module and using kerberos to authenticate.<br>
    <br>
    Hope this info helps.<br>
    <br>
    Michel.<br>
  </body>
</html>