Bug 2713 - Authentication with username, challenge, and response.
Summary: Authentication with username, challenge, and response.
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: python (show other bugs)
Version: 3.0.20
Hardware: All Linux
: P3 enhancement
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-13 07:18 UTC by Ed Plese
Modified: 2019-06-28 00:45 UTC (History)
0 users

See Also:


Attachments
Patch that adds auth_crap_hash method to samba.winbind. (2.26 KB, patch)
2005-05-13 07:20 UTC, Ed Plese
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Plese 2005-05-13 07:18:55 UTC
The attached patch provides a method auth_crap_hash to samba.winbind that
authenticates a username given the challenge and response hashes.

This is useful for something like a Python webserver or transparent proxy that
authenticates the client using the NTLM protocol through which it can get the
username, challenge, and response hashes, but no password.  The auth_crap_hash
method can then be used to authenticate the username, challenge, and response
hashes with Samba.

The method name may not be the best.  Something like auth_crap_passthrough may
be better.
Comment 1 Ed Plese 2005-05-13 07:20:29 UTC
Created attachment 1228 [details]
Patch that adds auth_crap_hash method to samba.winbind.
Comment 2 Gerald (Jerry) Carter (dead mail address) 2006-04-08 07:43:46 UTC
Cleaning up versions.  There was no 3.0.15 so leaving it in bugzilla 
is causing some confusion.  Moving these nuder 3.0.20.
Originally files against 3.0.15preX.
Comment 3 Douglas Bagnall 2019-06-28 00:45:19 UTC
Thanks Ed.

We no longer have a py_winbind.c to put this in, nor AFAICT any remnant of it under another name, so I will close this bug.