Hi, I've got a Restlet 1.0.6-based application and I'd like to implement authentication for a subset of functionality. There's a nice example of how to use HTTP Basic authentication, but I noticed there's also a ChallengeScheme.HTTP_NTLM constant defined. It seems to be relatively undocumented; does anyone know how to use it to authenticate against a Windows domain?
Thanks in advance for any help you can give, Mike

