Bug 33630

Summary: ipop3 fails after krb5 upgrade
Product: [Retired] Red Hat Linux Reporter: Marcelo Bartsch <bartschm>
Component: krb5Assignee: Nalin Dahyabhai <nalin>
Status: CLOSED WORKSFORME QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-03-28 17:13:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marcelo Bartsch 2001-03-28 17:13:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.73 [en] (Windows NT 5.0; U)




Reproducible: Always
Steps to Reproduce:
1.install imap-2000
2.install update for kerberos 5
3.telnet to port 110 and log in
	

Actual Results:  Trying 127.0.0.1...
Connected to internal.psinet.cl (127.0.0.1).
Escape character is '^]'.
+OK POP3 internal.psinet.cl v2000.69rh server ready
user YYYYY
+OK User name accepted, password please
pass XXXXXXXX
;;+OK Mailbox open, 11 messages
Connection closed by foreign host.
this ;; in front of the +OK are wrong, after downgrade to 1.2.1 of krb5 problem fixes

Expected Results:  Trying 127.0.0.1...
Connected to internal.psinet.cl (127.0.0.1).
Escape character is '^]'.
+OK POP3 internal.psinet.cl v2000.69rh server ready
user YYYYY
+OK User name accepted, password please
pass XXXXXXXX
+OK Mailbox open, 11 messages

Comment 1 Nalin Dahyabhai 2001-03-28 20:42:23 UTC
This works correctly on my test box (with imap-2000-3, krb5-libs-1.22-3,
pam_krb5-1.29):

[root@frenzy /root]# cat /etc/redhat-release
Red Hat Linux release 7.0 (Guinness)
[root@frenzy /root]# rpm -q krb5-libs imap pam_krb5
krb5-libs-1.2.2-3
imap-2000-3
pam_krb5-1.29-1
[root@frenzy /root]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK POP3 localhost.localdomain v2000.69rh server ready
USER tester
+OK User name accepted, password please
PASS tester
+OK Mailbox open, 0 messages
QUIT
+OK Sayonara
Connection closed by foreign host.