HI ,
I am getting this error
Problem creating object: javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 - 00000057: LdapErr: DSID-0C090B38, comment: Error in attribute conversion operation, data 0, vece
While creating user
Context result = ctx.createSubcontext(userName, attrs);
Please help me
Thanks in Adavance


