FALCONSEYE
Programmer
i am trying to query an ldap server and i got no luck so far in doing so. i have the following:
<cfldap action="query" name="getUser" server="...." start="sn=myLastName" attributes="*">
i keep getting
An error has occured while trying to execute query :[LDAP: error code 32 - NDS error: no such entry (-601)].
One or more of the required attributes may be missing/incorrect or you do not have permissions to execute this operation on the server
no matter what i do to start and attributes. does anyone know how to resolve this error?
thanks
<cfldap action="query" name="getUser" server="...." start="sn=myLastName" attributes="*">
i keep getting
An error has occured while trying to execute query :[LDAP: error code 32 - NDS error: no such entry (-601)].
One or more of the required attributes may be missing/incorrect or you do not have permissions to execute this operation on the server
no matter what i do to start and attributes. does anyone know how to resolve this error?
thanks