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