needed that as well. You should be fine with the default separator as
long as you don't have any commas in your description. I usually do put
an uncommon separator such as $ or | in my CFLDAP tags, just to be safe.
________________________________
From: Bob Flynn [mailto:[EMAIL PROTECTED]
Sent: Monday, September 13, 2004 11:16 AM
To: CF-Talk
Subject: Re: cldap modifying
Brian,
My CFLDAP wiz tells me that you need to identify your separator. I'm not
sure that is the problem, but give it a shot. See the example below:
<cfldap action=""
DN="#ListName#"
attributes="member=#memberID#"
separator="$"
modifytype="REPLACE"
server="your.server.nameOrIP"
port="389"
username="adminUser"
password="xxxxxx">
Bob
>I'm trying to use CFLDAP to modify and change the AD. I've used
>action="" and also action="" but I've run into a problem
>trying to change a field to be empty. The specific field I'm trying to
>change at the moment is Description, but it does this with any field.
>The error message I get is below.
>
>
>An error has occured while trying to execute modify :[LDAP: error code
>19 - 00002081: AtrErr: DSID-031D0809, #1: 0: 00002081: DSID-031D0809,
>problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att d (description) ].
>
>
>My cfldap query is below, based off form values entered. The DN and
>everything is based off a previous form.
>
><cfldap
> server="serverIP"
> port="389"
> username="adminUser"
> password="password"
> action=""> > <!---what it is now--->
> dn="#form.DN#"
> <!---what it should be changed to--->
>
>
>attributes="description=#form.description#;scriptPath=#form.scriptPath#
"
>>
________________________________
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

