Athrivarada
2006-02-03 15:38:35 UTC
Hi,
I am using ldap and c++ to modify attributes on objects in the "User"
container in the AD. There are a few attributes that I am not able to modify
using the ldap_modify_s to modify the attributes. For some of the attributes
I know that they are not modifiable depending on the SYSTEMFLAGS attributes.
Here is the list of attributes that are not modifiable with SYSTEMFLAGS are
as follows.
CN - Server Error [000020B1: UpdErr: DSID-030F0A48, problem 6004
(CANT_ON_RDN), data 0]
instanceType - Server Error [000020B1: AtrErr: DSID-030F0C1A, #1: 0:
000020B1: DSID-030F0C1A, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att
20001 (instanceType)
objectClass - Server Error [00002040: SvcErr: DSID-030F0AA0, problem 5003
(WILL_NOT_PERFORM), data 0]
name - Server Error [000020B1: UpdErr: DSID-030F0A48, problem 6004
(CANT_ON_RDN), data 0]
badPwdCount - Server Error [0000209A: SvcErr: DSID-031A0DD5, problem 5003
(WILL_NOT_PERFORM), data 0]
logonCount - Server Error [0000209A: SvcErr: DSID-031A0DD5, problem 5003
(WILL_NOT_PERFORM), data 0]
sAMAccountType - Server Error [0000209A: SvcErr: DSID-031A0DD5, problem 5003
(WILL_NOT_PERFORM), data 0]
objectCategory - Server Error [00002077: SvcErr: DSID-030F0A7B, problem 5003
(WILL_NOT_PERFORM), data 0]
Any help on this will be greatly appreciated.
-Sandeep
I am using ldap and c++ to modify attributes on objects in the "User"
container in the AD. There are a few attributes that I am not able to modify
using the ldap_modify_s to modify the attributes. For some of the attributes
I know that they are not modifiable depending on the SYSTEMFLAGS attributes.
Here is the list of attributes that are not modifiable with SYSTEMFLAGS are
as follows.
CN - Server Error [000020B1: UpdErr: DSID-030F0A48, problem 6004
(CANT_ON_RDN), data 0]
instanceType - Server Error [000020B1: AtrErr: DSID-030F0C1A, #1: 0:
000020B1: DSID-030F0C1A, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att
20001 (instanceType)
objectClass - Server Error [00002040: SvcErr: DSID-030F0AA0, problem 5003
(WILL_NOT_PERFORM), data 0]
name - Server Error [000020B1: UpdErr: DSID-030F0A48, problem 6004
(CANT_ON_RDN), data 0]
badPwdCount - Server Error [0000209A: SvcErr: DSID-031A0DD5, problem 5003
(WILL_NOT_PERFORM), data 0]
logonCount - Server Error [0000209A: SvcErr: DSID-031A0DD5, problem 5003
(WILL_NOT_PERFORM), data 0]
sAMAccountType - Server Error [0000209A: SvcErr: DSID-031A0DD5, problem 5003
(WILL_NOT_PERFORM), data 0]
objectCategory - Server Error [00002077: SvcErr: DSID-030F0A7B, problem 5003
(WILL_NOT_PERFORM), data 0]
Any help on this will be greatly appreciated.
-Sandeep