OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005262 [sasl] regular use feature always 2015-11-20 17:59 2015-11-20 17:59
Reporter sfozz View Status public  
Assigned To
Priority normal Resolution open  
Status new  
Summary 0005262: sasl: Specified keytab in sasl config file not used
Description If you specify a kerberos keytab in a sasl config file then it doesn't get used. The systems default one is used instead, /etc/krb5.keyab.

for example /opt/csw/lib/sasl2/Sendmail.conf contains the following:

pwcheck_method: saslauthd
keytab: /etc/smtp.keytab
mech_list: login plain gssapi

but trussing the process I see:

4296: stat("/etc/opt/csw/krb5.conf", 0xFFBF8A20) = 0
4296: open("/etc/opt/csw/krb5.conf", O_RDONLY) = 15
4296: open("/dev/urandom", O_RDONLY) = 15
4296: open("/etc/krb5.keytab", O_RDONLY) = 15

There is a report of this issue in redhats bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=234309 [^]
https://bugzilla.redhat.com/show_bug.cgi?id=200892 [^]

See: https://bugzilla.redhat.com/attachment.cgi?id=133396 [^] for details
Additional Information
Tags No tags attached.
Attached Files

- Relationships

There are no notes attached to this issue.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker