can someone help?

I tried to authenticate using advanced security on LDAP server for only user
that belong to a OU(Organization Unit), i create a UserDirectory with the
search root as "ou=myou,o=mycom" and then i created a SC with that UD.
and i'm using the following code to authenticate:
<cfauthenticate
   securitycontext="mySC"
   username="#form.username#"
   password="#form.password#">

but it returns with this error :
Error Diagnostic Information
CFAuthenticate Tag Error.

Invalid User 'test' for Security Context 'mySC'.

The error occurred while processing an element with a general identifier of
(CFAUTHENTICATE), occupying document position (20:3) to (23:30).

any suggestion? thanks




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to