首页
Java
登录
6mi
u
盘
搜
搜 索
Java
The krb5 extension is required for GSSAPI authentication)
The krb5 extension is required for GSSAPI authentication)
xiaoxiao
2021-02-28
51
quwax
Jr. MemberPosts: 17
IMAP login Problem after upgrade to v1.2
« on: May 26, 2016, 02:20:37 AM » Hello, after upgrading to v1.2 I get an login error that the Krb5 modul is necessary for login with imap, although I changed in the config file the login method to CRAM-MD5. After that I installed Authen::Krb5 via CPAN on that machine, but it still doesn't seam to work. On trying to login I get a message - connection to "Speicherserver" failed - probably to IMAP server. When I run Test IMAP config from the installer I get: IMAP connect: NOT OK(Login failed for ..... The krb5 extension is required for GSSAPI authentication) in the config.inc.php I set: $config['imap_auth_type'] = CRAM-MD5; Dovecot is set to Kerberos, CRAM-MD5, Login. when I set $config['imap_auth_type'] = LOGIN; it works. So what's wrong with CRAM-MD5? I'm not surprised that kerberos is not really working under 10.6 cheers quwax The box this is running on is a MacOS 10.6.8 Server with Dovecot and Postfix Logged
alec
Hero MemberPosts: 1,000
Re: IMAP login Problem after upgrade to v1.2
« Reply #1 on: May 26, 2016, 03:50:42 AM » This is a string and need to be quoted. So, 'CRAM-MD5' not CRAM-MD5. Logged
quwax
Jr. MemberPosts: 17
Re: IMAP login Problem after upgrade to v1.2
« Reply #2 on: May 26, 2016, 03:57:55 AM » Alec, thanks, that works Just wondering why the default setting of nul is not working anymore (it did until v1.1). cheers quwax Logged
alec
Hero MemberPosts: 1,000
Re: IMAP login Problem after upgrade to v1.2
« Reply #3 on: May 26, 2016, 05:57:06 AM » 1.1 did not support GSSAPI, so the capability was just ignored and CRAM-MD5 selected as a default. In 1.2 we have code for GSSAPI and as you noticed it requires some php module and additional configuration.
转载请注明原文地址: https://www.6miu.com/read-84963.html
技术
最新回复
(
0
)