Andrew, If you haven't yet gotten other victims for this, Brian Moran and I would happily take this. I've done module development for Apache before, Brian knows NTLM, and we've contributed to Samba before (eventlogs, service control, perf counters, some winbind bugs) and would like to continue to do so. Let us know if this sounds suitable. Thanks... -- Marcin Krzysztof Porwit [EMAIL PROTECTED]
#include <stddisclaimer.h> -----Original Message----- From: [EMAIL PROTECTED] on behalf of Andrew Bartlett Sent: Wed 9/7/2005 5:15 AM To: [EMAIL PROTECTED] Cc: Einar Otto Stangvik; [EMAIL PROTECTED]; Dmitry Andrianov Subject: WANTED: mod_ntlm_winbind developer I need some assistance from a talented C programmer, preferably with some experience in Apache 2.0 module development. For a while, I have had a version of mod_ntlm_winbind cleaned up to work with ntlm_auth, and handling both NTLM and Negotiate HTTP authentication via Samba 3 and Samba4's ntlm_auth utility. I have not had the time or energy to properly maintain (it needs basic auth added), promote (it needs a manpage, homepage etc) or port (it needs to work on Apache 2.0) this module, so I'm looking for help. The task is actually quite simple, no intimate knowledge of windows authentication protocols is required, as this is all handled by ntlm_auth. (Communication with the utility is over unix pipes, attached to stdin/stdout of ntlm_auth). There is example code, both in the existing module, other modules and in a patch to cyrus-sasl, and I'm quite happy to help out whoever takes this on. The existing code (for apache 1.3) can be found here: http://download.samba.org/ftp/unpacked/lorikeet/mod_ntlm_winbind/ There is one example Apache2 module here: http://source.grep.no/ It is a good start, but it needs cleaning up (no NTLMSSP parsing at all), and it still seems to use global variables (not permitted in the threaded apache 2). Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Samba Developer, SuSE Labs, Novell Inc. http://suse.de Authentication Developer, Samba Team http://samba.org Student Network Administrator, Hawker College http://hawkerc.net -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
