Jeremy Stein - Brain
« undefined: "conn" is not defined. | LDAP: error code 16 – 00000057: LdapErr: DSID-0C090A75, comment: Error in attribute conversion operation, data 0, vece » |
LDAP: error code 53 – 00002077: SvcErr: DSID-031907B4, problem 5003 (WILL_NOT_PERFORM), data 0
I got that message because I tried to create an Active Directory user object with a password. The password can only be set on an existing user. You have to create the inital user with the password-not-required flag (0x0020). A normal account with that flag would have userAccountControl set to 0x0220. Then you can go back and set the password (and update the userAccountControl).
—————
I also got that message when I tried to set primaryGroupID or sAMAccountType. It seems to automatically set them to the values I wanted (513 and 0x30000000), but won’t let me set them explicitly.
—————
I also got that message when I tried to turn off the PASSWD_NOTREQD flag (0x0020).
—————
I also go that message before I figured out how to properly set the Active Directory password through Directory Integrator.
No Comments
Be the first to comment!
« undefined: "conn" is not defined. | LDAP: error code 16 – 00000057: LdapErr: DSID-0C090A75, comment: Error in attribute conversion operation, data 0, vece » |
Leave a Reply