views:

72

answers:

1

Well i have a project in which i have to consume a web service but authenticating in an Active Directory, i have my system written in python3, python-ldap module in not ported yet so i want to know a way to achive this "consumption".

In the worst case i will create a standalone consumer in python2.5 but i want to know "howto" consume a web service logged in an active directory.

Thanks

A: 

I've resolved it with python-ntlm a project in google that handles ntlm for www-authentication: negotiate, http://code.google.com/p/python-ntlm/ thanks!

Bruno Aguirre