• 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:

Attribute type/schema of LDAP Attribute

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am working with JNDI and LDAP. I am trying to take out attributes from an LDAP server using JNDI and insert the records in my SQL database.
I want to map the attributes in LDAP server to my SQL database.
I can do that, but I want to introduce type checking so that I do not map wrong type of LDAP attribute to a SQL database field type.
Please help me to get the metadata of an LDAP attribute, if I have an Object of javax.naming.directory.Attribute type.
This is Urgent.
Regards
Harjot Narula
 
reply
    Bookmark Topic Watch Topic
  • New Topic