[Zope] NT User Folder - No Domain support?

Toby Dickenson tdickenson@geminidataloggers.com
Tue, 19 Oct 1999 11:52:27 +0100


You can fix this by making some changes to the NTUserFolder source:

1. Change the first parameter from None to the name of a DC, in the calls to
   NetUserEnum and NetUserGetInfo

2. Change the second parameter from "." to the name of a DC, in the call to
   LogonUser

That looks like it should work, but it is untested.

A question for anyone else using NTUserFolder.... Would it be appropriate to
change the default to authenticate in the domain?