similar to: GSSAPI Authentication Broke with Dovecot 1.1.16 -> 1.2.4 Upgrade

Displaying 20 results from an estimated 150 matches similar to: "GSSAPI Authentication Broke with Dovecot 1.1.16 -> 1.2.4 Upgrade"

2009 Mar 03
2
GSSAPI cross-realm fixed
Attached is a patch which in my environment (Linux/Heimdal 1.2.1) fixes cross-realm GSSAPI authentication. Changes it makes: 1. When using krb5_kuserok, do not call gss_compare_name to check that authn_name and authz_name are the same. Instead, make TWO calls to krb5_kuserok, one for each ID. If both IDs are acceptable, allow the login. 2. Disable checking that the name is a
2009 Mar 03
0
GSSAPI cross-realm still broken
I've been trying to track down some problems with Dovecot in a Kerberos 5 cross-realm environment, and there seem to be a few issues. LOGIN/PLAIN work fine using pam_krb5, but GSSAPI is a bit harder to handle. On line 436 of src/auth/mech-gssapi.c, the authn_name and the authz_name are compared using gss_compare_name. This dates back to the message at:
2009 Jul 29
1
authn_name and authz_name differ: not supported
Hello, I'm trying to authenticate using GSSAPI, but getting this in dovecot.log "authn_name and authz_name differ: not supported". What is actually trying to say me? I've remeber once encounter this problem but it get away silently. I'm using Mozilla Thunderbird 3 beta 3 and Dovecot 1.0.15
2005 Dec 30
1
Compile problem on FreeBSD 6.0-STABLE
Trying to update to dovecot-1.0.alpha5 and seeing this at compile time: mech-gssapi.o mech-gssapi.c; then mv -f ".deps/mech-gssapi.Tpo" ".deps/mech-gssapi.Po"; else rm -f ".deps/mech-gssapi.Tpo"; exit 1; fi mech-gssapi.c:30:27: gssapi/gssapi.h: No such file or directory mech-gssapi.c:42: error: syntax error before "gss_ctx_id_t" mech-gssapi.c:51: error:
2005 Oct 19
2
[PATCH] Support for GSSAPI SASL Mechanism
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Attached is a patch against current CVS that adds support for the GSSAPI SASL mechanism. It was written from scratch, after reading the patch from Colin Walters against a much older version of dovecot. Other then support for the 'GSSAPI' mechanism, it contains the following changes: - - Added 'auth_krb5_keytab' option for
2009 Aug 28
2
Crash: imap process, Dovecot 1.2.4, related to ACLs (backtrace included)
Hi, I started experimenting with ACLs and found I could reliably and reproducibly crash the IMAP process when trying to create a subfolder of a folder that has has ACLs set. The folder is called "Sent" with an ACL of "owner lrwstipke". I wanted to be able to have certain folders the the user cannot delete but where subfolders can be created freely. Relevant information
2010 Sep 17
7
removing specific rows from array
I'm attempting to create an array of treatment comparisons for modelling data generation. This involves comparison of one treatment (c2) with another (c3), relative to a common comparator (c1). Attached code gives me the correct array but need to remove duplicates. Duplicates relate only to c2 and c3 such that I need to remove r3 because c2 and c3 are same as r1 with c2 and c3 swapped r5
2009 Mar 11
4
No 3D support under wine 1.1.16
Today i have installed wine 1.1.16 and it did display a waring about a missing Opengl library . How is this possible ? On linux i have the Nvidia video driver and when i issue glxgears i get this : Code: 12753 frames in 5.0 seconds = 2550.417 FPS 12915 frames in 5.0 seconds = 2582.948 FPS 12962 frames in 5.0 seconds = 2592.203 FPS 12942 frames in 5.0 seconds = 2588.382 FPS After the
2009 May 03
1
OpenSuse takes toooooo loooooong to start - wine-1.1.16
Hello everybody, I have just installed Wine-1.1.16 and I have sadly seen that OpenSuse takes about 1 to 2 minutes to be ready after starting my session. I can only think about Wine-1.1.16. Any suggestion??
2009 Jun 12
1
Error compile dovecot 1.1.16
/* sorry, my english is bad :-( */ There's error i found while compile dovecot 1.1.16 Compiling run on Slackware 12.2 (fresh install) Error in src/dict/main.c line 85 and line 102 dict_drivers_register_all(); and dict_drivers_unregister_all(); I know C so little, and try to add these line to dict.h void dict_drivers_register_all(void) void dict_drivers_unregister_all(void) After
2009 Jul 01
1
Bug in MEMORY INDEX ? [v 1.1.16]
When setting a CONTROL directory that does not exists (has to be created by dovecot upon first login) AND INDEX=MEMORY Dovecot POP3 will fail upon first login with 'Couldn't init INBOX: Internal error occurred. Refer to server log for more information.' Temporary fix seems to work fine patching dovecot-1.1.16/src/lib-storage/index/maildir/maildir-util.c ---- 98a99
2009 Aug 08
1
convert config from 1.1.2_1 to 1.1.16
Hi, Im tryin to follow a guide, telling me howto setup freebsd with postfix and dovecot. The text in bold (first section), is what the guide says, and the text that follows is what the /usr/local/etc/dovecot.conf files says. Can you please help me on how to convert from the 1.1.2_1 setup to the correct configuration for the 1.1.16? / Thank you very much. *socket listen { client {
2009 Aug 03
1
Bug - dovecot-auth hangs in ldap query. 1.1.16 (also in 1.2.2)
dovecot-auth hangs when many (>128) LDAP queries are submited simultaneously. (for example via pop3 benchmarking tool). Bug is in src/auth/db-ldap.c:db_ldap_request_queue_next if (queue_size > DB_LDAP_MAX_PENDING_REQUESTS) { /* wait until server has replied to some requests */ return FALSE; } (queue_size is total queue size, not only
2009 Jul 04
0
1.1.16 and global ACLs
I was going to test 1.1.16 so as to see how it handles global ACLs (in the hope to have a possible comparison with 1.2.0's odd behavior), when I encountered the problem described hereafter. Note that just disabling ACLs is sufficient to get back a fully functional imap binary. So, should there be some plans for a 1.1.17 version, perhaps could the info provided here prove somewhat
2010 May 07
2
Problems with the IMAP proxy after upgrading from dovecot 1.1.16 to 1.211
We have frequent timeout problems after upgrading our imap servers from dovecot 1.1.16 to dovecot 1.2.11. One server acts as proxy only, and the other one is the "real" imap server". The credentials for the proxy service are stored in a remote MYSQL database. There were no trouble with dovecot 1.1.16. But now, with the most recent version, we get frequent login failures. It
2009 Jun 19
2
Managesieve fails to retrieve scripts > 8kB on Dovecot 1.1.16
After some help with debugging tips on #dovecot, I have established that a sieve script on Dovecot 1.1.16 has to be less than 8kB in order to be retrieved by a managesieve client. I have been using managesieve for about 6 months over as many 1.1.n versions of dovecot as have been around during that time and hit this problem when I upgraded to Dovecot 1.1.16. I have gone back to Dovecot 1.1.15
2009 Aug 12
1
Problems with Dovecot 1.1.16 and MS A.D.
Hello dear fellows, I'm trying to integrate my dovecot (version 1.1.16) but it's not working anyway. The test that I'm doing is simple: # telnet mail.unimetro.net 110 Trying 192.168.20.4... Connected to mail.unimetro.net. Escape character is '^]'. +OK Unimetro Mailserver Ready. user bindmail +OK pass xxxxxxx123 Connection closed by foreign host. At /var/log/dovecot.log I see
2002 Dec 10
0
Changing printer properties caused infinite loop (samba-2.2.7, cups-1.1.16, Solaris 2.8)
Hi, we have a samba printserver 2.2.7 with cups 1.1.16 with about 15 HP Printers. The samba server runs under Solaris 2.8 and is a member of a NT4 controlled domain. Because of some problems setting the document defaults, I tried cupsaddsmb with the Adobe PS driver. The installation of the driver works fine, but some document defaults (eg. download as softfont instead of substitute with
2011 Mar 26
4
Unable to compile Wine 1.1.16
Hi, I must to compile Wine 1.1.16 to try a patch (it doesn't work with the latest Wine) and during the compilation, i have an error with gdi32. > make[2]: Leaving directory `/home/wine-1.1.16/dlls/gdi32/tests' > make[2]: Entering directory `/home/wine-1.1.16/dlls/gdi32/tests' > gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe
2009 Mar 13
7
WINE Compile issue latest development release (1.1.16?)
checking for X... no configure: error: X development files not found. Wine will be built without X support, which probably isn't what you want. You will need to install development packages of Xlib/Xfree86 at the very least. Use the --without-x option if you really want this. Configure failed, aborting install. -_- i keep getting random things when i try to install wine this is the latest.