On Tue, 2009-04-14 at 10:35 +0200, Berend De Schouwer wrote:
> Hello all,
> 
> for me, currently openchangeclient fetches my mailbox, but not public
> folders.
> 
> ie. openchangeclient --database=.evolution/mapi-profiles.ldb --mailbox
> works and ends with mailbox : MAPI_E_SUCCESS (0x0)
> 
> openchangeclient --database=.evolution/mapi-profiles.ldb --mailbox --pf
> fails with OpenPublicFolder : ecWrongServer (0x478)
> 
> 
> --debuglevel=1 gives:
> 
> kinit for berend.deschouwer@(null) failed (Cannot contact any KDC for
> requested realm: unable to reach any KDC in realm (null))
> Failed to get CCACHE for GSSAPI client: Cannot contact any KDC for
> requested realm
> kinit for berend.deschouwer@(null) failed (Cannot contact any KDC for
> requested realm: unable to reach any KDC in realm (null))
> Failed to get CCACHE for GSSAPI client: Cannot contact any KDC for
> requested realm
> kinit for berend.deschouwer@(null) failed (Cannot contact any KDC for
> requested realm: unable to reach any KDC in realm (null))
> Failed to get CCACHE for GSSAPI client: Cannot contact any KDC for
> requested realm
> ndr_pull_error(2): Bad switch value 0
>     OpenPublicFolder         : ecWrongServer (0x478)
> 
> 
> I get the exact same messages witthout --pf.  It also complains about a
> null kerberos realm.  Except it works.

Hi Berend,

it works because OpenChange will fall back to NTLMSSP if GSSAPI/SPNEGO
authentication failed. GSSAPI/SNEGO can btw only be used for
authentication if you supplied a fully qualified domain name instead of
an IP address - which I assume you did.

However since the profile was created with evolution, it is very likely
no "realm" parameter was feed in.

You may want to try mapiprofile with the following:
        $ mapiprofile --create -P krb5 \
        --username=your_username       \
        --password=secret              \
        -D YOUR_DOMAIN                 \
        --realm=YOU_DOMAIN.EXT         \
        -I EXCHANGE.YOUR_DOMAIN.EXT

Cheers,
Julien.

-- 
Julien Kerihuel
[email protected]
OpenChange Project Manager

GPG Fingerprint: 0B55 783D A781 6329 108A  B609 7EF6 FE11 A35F 1F79

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to