I suggest you post this to the nyphp.org talk mailing list also - the team there has encountered something similar > -----Original Message----- > From: fedora-list-bounces@xxxxxxxxxx > [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Dan > Sent: Sunday, April 25, 2004 10:20 PM > To: fedora-list@xxxxxxxxxx > Subject: PHP, IMAP, c-client > > Hi all, > > I believe im having problems similar to this: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=60984 > > I have a Cyrus IMAP server, with GSSAPI authentication > enabled. I have a > PHP app which connects to Cyrus and performs administrative tasks. > > My PHP code is calling imap_open, but this is failing as the c-client > seems to be trying GSSAPI authentication, then giving up, due to > credential cache errors. > > In the above url, the resolution was to remove the cyrus-sasl-gssapi > package. However, this of course breaks any applications which utilise > GSSAPI! I can live with this, but i hate having to re-enter > passwords :) > > My question is this: How can i force c-client to NOT use > gssapi for this > application? I considered rebuilding the imap-devel or > libc-client-devel > packages, but this would affect other applications like pine > which *do* > utilise gssapi for imap. 1 thought i had was to build a > custom c-client > (Without kerberos or gssapi) and statically link that into php. > > So if anyone has any idea,, or other suggestions, i would love to hear > them. > > Cheers, > > Dan > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >