Hi Mike, We currently only support HTTP Basic authentication in client and server connectors, and also Amazon AWS authentication for client connectors. We also have a patch pending to add support for HTTP Digest, but nothing yet for NTML built in Noelios Restlet Engine. The constant is only part of the API for potential future usage.
We also have a plan to support pluggable authentication schemes: http://restlet.tigris.org/issues/show_bug.cgi?id=229 Feel free to enter a RFE for NTLM in the issue tracker. Best regards, Jerome 2007/11/30, Mike Brzozowski <[EMAIL PROTECTED]>: > > 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 >

