I am trying to set up AD,
I registered NTAdmin.dll
 (per:
http://docs.farcrycms.org:8080/confluence/display/FCDEV30/Using+Windows+NT+Authentication)

 I have added the following to: myapp/config/_dmSecUserDirectories.cfm

Application.dmSec.UserDirectory.AD = structNew();
temp = Application.dmSec.UserDirectory.AD;
temp.type = "ASDI";
temp.domain = "ntv-dc1.cmicro.com";

When I go to Security - >policy - Map...

I do not have any groups for my AD so ....

When I go to Security - >user - test sec set up - verify 

i get:

Testing UserDirectory 'AD'.
Warning: Unknown user directory type.

Did I miss something in the set up?


I am new for Farcry and using AD, but this code outside of farcry works...

<cftry>
   <cfldap action="QUERY"
      name="auth"
      attributes="cn"
      start="dc=cmicro,dc=com"
      server="ntv-dc1.cmicro.com"
      username="CMICRO\someuser"
      password="password">
   <cfset isAuthenticated="yes">        
<cfcatch type="ANY">
   <cfset isAuthenticated="no">
</cfcatch>
</cftry>

<cfoutput>#isAuthenticated#</cfoutput>


TIA

Chris
-- 
View this message in context: 
http://www.nabble.com/Setting-up-Active-Directory-tf1870413s621.html#a5112183
Sent from the FarCry - Dev forum at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to