I'm sorry, I'm sure I have only caused more confusion.
>The jrun.security.NTAuth method
>GetUserGroups only takes a single string argument.
Correct.
>FarCry on the other hand is passing 2
>arguments: username and domain name.
Well, the NTsecurity.cfc does use two arguments for its getUserGroups
method. This method actually initializes the
jrun.security.NTAuth object with the domain name argument like so:
o_NTAuth = createObject("java", "jrun.security.NTAuth");
o_NTAuth.init(arguments.domain);
and then gets the user's groups using the username argument:
groups = o_NTAuth.getUserGroups(arguments.userName);
>The full qualify domain name is hot.stuffthis.net, the pre
>windows 2000 domain is "hot" and that is what I have set for
>my ADSI user directory object domain value. I have already
>made the changes for line 575 in the file authentication.cfc.
>I have registered the NTadmin.dll as a com object. I even
>applied the JRun4 updater3 file.
I'm at a loss...
Best,
--Nathan
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004