svn commit: samba r188 - branches/SAMBA_3_0/source/utils

abartlet at samba.org abartlet at samba.org
Mon Apr 12 20:46:13 GMT 2004


Author: abartlet
Date: 2004-04-12 20:46:13 +0000 (Mon, 12 Apr 2004)
New Revision: 188

Modified:
   branches/SAMBA_3_0/source/utils/ntlm_auth.c
Log:
Add a new 'helper protocol' to ntlm_auth.  

This protocol looks rather like SMTP headers/LDAP:

NT-Domain: TESTWG
Username: abartlet
...

Password: foo

Challenge-response passwords are in hexideciaml, while any 'plain'
string can be base64 encoded when like this:

Password:: Zm9vCg==

(the :: indicates it, just like LDAP - I hope)

The protocol is not final, so it is #ifdef DEVELOPER for now (so
nobody starts to rely on it until I'm happy), but we may as well get
this into subversion.

My intention is to use this to power the next version of my
PPP/ntlm_auth plugin, and hopefully entice a FreeRadius plugin out of
the woods.

Andrew Bartlett



WebSVN: http://websvn.samba.org/websvn/listing.php?rep=0&path=/&rev=188&sc=1


More information about the samba-cvs mailing list