Not sure if this is exactly related to your problem, but it's close.

http://support.microsoft.com/default.aspx?scid=kb;en-us;286760
<http://support.microsoft.com/default.aspx?scid=kb;en-us;286760&Product=win2
000> &Product=win2000



-----Original Message-----
From: Coleman, Brian [mailto:[EMAIL PROTECTED]
Sent: Monday, September 13, 2004 9:44 AM
To: CF-Talk
Subject: cldap modifying

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]

Reply via email to