Is there a simple (or even relatively complex) way to add NT and/or active directory authentication to farcry sites and the admin app? From poking around I suspect you add a new directory alongside of CLIENTUD, but I can't see how you go about it.
You should be able to add a structure like the following to your dmSecUserDirectories file (change domain and struct name obviously):
Application.dmSec.UserDirectory.UDName= StructNew(); temp = Application.dmSec.UserDirectory.UDName; temp.type="ADSI"; temp.domain="domainName"; temp.bCanModifyUserdirectory = 0; temp.bCanModifyGroupMappings = 0;
You will then need to update your app scope (append updateapp=1 to url) and map policy groups via the security/policy/map policy groups link.
-Brendan http://farcry.dameon.com.au
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
