...
- create a new FarCry user directory (<yourApp> / config / _dmSecUserDirectories.cfm) with typename of "ADSI" and the domain of your active directory eg
Code Block | ||
---|---|---|
| ||
Application.dmSec.UserDirectory.AD= StructNew(); |
...
temp = Application.dmSec.UserDirectory.AD; |
...
temp.type="ADSI"; |
...
temp.domain="mydomain.com"; |
- update your application scope (append updateapp=1 to your url)
...