RE: [Zope] NT User Folder - No Domain support?
On Oct 19, 1999, Toby Dickenson wrote:
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.
You had me convinced :) Unfortunately, this doesn't seem to work. I've tried using the PDC and multiple BDCs, uppercase and lowercase names, and using our domain name instead of a hostname - no joy. Time for me to dig a little deeper into the win32 extensions :)
A question for anyone else using NTUserFolder.... Would it be appropriate to change the default to authenticate in the domain?
It might be nice to add a "domainname" field to the addForm - perhaps with a checkbox to flag "use local SAM only" or some such workaround. - Ian C. Blenke <icblenke@2c2.com> <ian@blenke.com>
participants (1)
-
Ian Blenke