I mapped policy group SysAdmin to user directory AD external group ISSGGrp - OUAdmins. I even mapped ISSGGrp - Users as contributors and it still won't work. Is there an issue with FarCry working with Windows 2003 AD?
Have you applied the fixes Andy Parry supplied a little while back?
Hi there, Found a couple of bugs in the security CFC's which were preventing NT authentication from working. The fixes are below:
1. In farcry_core/packages/security/authorisation.cfc line 650
sql = sql & " AND upper(e.ExternalGroupName) = '#ucase(groupName)#' ";
change to:
sql = sql & " AND upper(e.ExternalGroupName) = '#ucase(aGroupNames[index])#' ";
2. In farcry_core/packages/security/authentication.cfc line 575
aGroups = oAuth.getMultiplePolicyGroupMappings(lgroupnames=lgroups,userdirectory=ud);
change to:
<cfset aGroups = oAuthorisation.getMultiplePolicyGroupMappings(lgroupnames=lgroups,userdirect ory=ud) >
regards, Andy Parry
--- 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
