I have set up the dll on my 409 site and am also not getting any AD groups
showing in the group mapping page.
I have been trying to follow the flow of the app and I think I have narrowed
it down to
farcry\core\packages\security\_NTsecurity\getDomainGroups.cfm
<cfscript>
o_domain = createObject("COM", "NTAdmin.NTContainerManagement");
aGroups = arrayNew(1);
aGroups = o_domain.EnumerateContainer(arguments.domain, "GlobalGroup");
</cfscript>
Did 406 use this?
o_domain = createObject("COM", "NTAdmin.NTContainerManagement");
On Nov 30, 2007 9:31 AM, Chris Roth <[EMAIL PROTECTED]> wrote:
>
> welcome back...
>
> The ntauth.dll is installed, and everything with groups was fine at
> 4.0.6, I'm guessing something has changed.
> >
>
--
AJ Mercer
Web Log: http://webonix.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---