posted 21 years ago
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