Bug 192019

Summary: cyradm authentication with GSSAPI enabled
Product: Red Hat Enterprise Linux 4 Reporter: Mark Gargiulo <mgargiulo>
Component: cyrus-imapdAssignee: Petr Rockai <prockai>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0CC: mschick, nate
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-18 00:31:27 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 Mark Gargiulo 2006-05-16 20:58:09 UTC
Description of problem:

If in /etc/imapd.conf the parameter is set:

sasl_mech_list: PLAIN LOGIN GSSAPI

then attempts to connect to the local imap server using cyradm fail with:

"server: localhost: cannot authenticate"

This is the same regardless of if you use localhost, IP or hostname.

If the GSSAPI is removed from the "sasl_mech_list:" in the imapd.conf listed
above and cyrus/saslauthd restarted then login attempts are successful.


Version-Release number of selected component (if applicable):
cyrus-imapd-2.2.12-3.RHEL4.1

How reproducible:

Consistant on every attempt.


Steps to Reproduce:
1. add or modify the line in /etc/imapd.conf to read
sasl_mech_list: PLAIN LOGIN GSSAPI
2. restart cyrus-imapd and saslauthd
3. su - cyrus ; cyradm localhost
  
Actual results:


Expected results:


Additional info: