Versions Compared

Key

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

...

Code Block
// External Authentication Client User Directory
application.dmSec.UserDirectory.myUD = structNew(); <!---// choose a unique struct name in place of 'myUD'
--->
temp = application.dmSec.UserDirectory.myUD;
temp.type = "Daemon"; <!---  // the type MUST be "Daemon" when using a SQL database
--->
temp.datasource = "myDatasource"; <!---// the name of the ColdFusion DSN created previously --->

Final Setup

You should now see your new UserDirectory in the Policy and Security tabs. You must add mappings from the normal FarCry policy groups to external groups you've just added. Since we already set up groups, and the mappings between the users and groups, all that's left to do is map the groups to policies.

...