All,

I would like to update my post. I've ruled out the URL encoding issue.
For some odd reason my issue now seems to be when the forward slash is
passed through the START attribute.

Are there any CFLDAP coders here.. help please..

We are running a Sun One Directory Server 5.2 on a Win2K Server and CFMX
on Win2k with IIS.

<CFLDAP ACTION=""> NAME="MyLDAPQuery"
SERVER="#REQUEST.LDAP_Server#"
PORT="#REQUEST.LDAP_Server_Port#"
username = "xxx"
password = "xxx"
ATTRIBUTES="#REQUEST.LDAP_Attributes#,wppayclass"
MAXROWS="#REQUEST.LDAP_Server_MaxRows#"
TIMEOUT="#REQUEST.LDAP_Server_Timeout#"

START="ou=Newly Enrolled U/G Students,ou=Center For Academic
Excellence,ou=White Pages,o=WhitePages"

SCOPE="subtree"
SORT="sn,givenname"
SORTCONTROL="nocase">

Regards,
James Blaha

James Blaha wrote:

> This is the CF error:
>
>   An error has occured while trying to execute query :[LDAP: error code
>   32 - No Such Object].
>
> James Blaha wrote:
>
> > Hello All:
> >
> > CFLAP Issue:
> >
> > It seems for any entry in our LDAP server that has a / forward slash in
> > it, blows an error when it is part of a variable passed in the URL.
> >
> > Does anyone have any ideas? The the case below the foward slash U%2FG is
> > between the U and G.
> >http://directory.pace.edu/wp_ldap/Staff-Fac_People.cfm?ou=Office%20of%20U%2FG%20Admission&department_id=Enrollment%20/Management
> <http://directory.pace.edu/wp_ldap/Staff-Fac_People.cfm?ou=Office%20of%20U%2FG%20Admission&department_id=Enrollment%20/Management>
>
> >
> <http://directory.pace.edu/wp_ldap/Staff-Fac_People.cfm?ou=Office%20of%20U%2FG%20Admission&department_id=Enrollment%20/Management>
> <http://directory.pace.edu/wp_ldap/Staff-Fac_People.cfm?ou=Office%20of%20U%2FG%20Admission&department_id=Enrollment%20/Management%3E>
> >
> > Regards,
> > James Blaha
> >
> >
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to