{'info': '0000207B: UpdErr: DSID-030511CF, problem 6002 (OBJ_CLASS_VIOLATION), data 0\n', 'desc': 'Object class violation'}
Hi ,
when I am try to use
l = ldap.initialize("ldap://localhost")
l.add_s(baseDN, attributes) it shows the below error .
{'info': '0000207B: UpdErr: DSID-030511CF, problem 6002 (OBJ_CLASS_VIOLATION), data 0\n', 'desc': 'Object class violation'}
I didn't get that what is the problem?
Please any one can help me out.