Bug 64859 - NTLM authentification for smtp connections
Summary: NTLM authentification for smtp connections
Status: RESOLVED DUPLICATE of bug 58356
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-24 11:17 UTC by Peter Parzer
Modified: 2007-09-14 12:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Parzer 2003-09-24 11:17:17 UTC
Version:            (using KDE KDE 3.1.1)
Installed from:    SuSE RPMs
OS:          Linux

It would be nice to habe NTLM authentification for smtp. Since our
departement changed to Exchange 2003 I cannot not use kmail anymore to send email to the outside world.

Information on NTLM can be found at http://www.innovation.ch/java/ntlm.html and http://de.samba.org/samba/ftp/docs/htmldocs/ENCRYPTION.html

I can offer a hand in programming, if someone can point me to the relevant code pieces in kmail.
Comment 1 Stephan Kulow 2003-09-24 11:36:05 UTC
kdebase/kioslave/smtp in KDE CVS 
Comment 2 Daniel Molkentin 2003-09-24 11:55:05 UTC
It's NTLM (LT LanManager). As this is useful for all KIO slaves, It should probably be files as KIO 
bug (IIS has NTLM auth, too). Thus it dublicates #58356  
 
Whoever wants to implement that should additinally have a look at: 
 
- Perl::AuthenNTLM 
- SASL-NTLM module 

*** This bug has been marked as a duplicate of 58356 ***
Comment 3 Andrew Bartlett 2003-10-01 09:33:05 UTC
This is the purpose of ntlm_auth, a utility included in the now-released Samba 3.0.

It provides an execuatable interface to which outside programs can talk, to gain
access to our NTLMSSP implementation.

There isn't a raw 'NTLMSSP interface' for clients at the moment, but it would
not be hard to add one, following the model of the SPENGO client.

Andrew Bartlett