• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

LDAP and JNDI error,Help needed

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
I don't know where to put this one, Sorry for this
when i tried to add a User into LDAP using JNDI, i got a error like the below one , ur help is appreciated
javax.naming.directory.SchemaViolationException: [LDAP: error code 65 - Object C
lass Violation]; remaining name 'uid=styagi,ou=People,o=aici.com'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2767)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2682)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2488)
at com.sun.jndi.ldap.LdapCtx.c_bind(LdapCtx.java:334)
at com.sun.jndi.ldap.LdapCtx.c_bind(LdapCtx.java:293)
at com.sun.jndi.toolkit.ctx.ComponentContext.p_bind(ComponentContext.jav
a:595)
at com.sun.jndi.toolkit.ctx.PartialCompositeContext.bind(PartialComposit
eContext.java:182)
at com.sun.jndi.toolkit.ctx.PartialCompositeContext.bind(PartialComposit
eContext.java:172)
at javax.naming.InitialContext.bind(InitialContext.java:358)
at com.anthem.ldap.ADDAttributes.main(ADDAttributes.java:34)

thanks
san
 
The harder you work, the luckier you get. This tiny ad brings luck - just not good luck or bad luck.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic