Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Please download Download the attached ZIP and extact extract the two files to your machine.

Attachments

First step: edit the _dmSecUserDirectories.cfm and add your domains NetBIOS name to the temp.domain variable. e.g.

Code Block
title./config/_dmSecUserDirectories.cfm

temp.type = "ASDI";

...

 
temp.domain = "ourdomain"; //NOTE: NetBIOS name not FQDN

Save and copy the altered _dmSecUSerDirectories.cfm into your sites config directory. e.g.
/wwwroot/farcry_oursite/config

Refresh your app after copying in _dmSecUserDirectories.cfm
("www.oursite.com/?updateapp=1")

...