• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Attribute value in the ldap node

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi we have a JNDI code to retrieve values from the ldap server.
the ldap server is running in solaris.
now they changed to 'linux' server.
the problem is that the existing code is not able to retrieve the values from the ldap.

in solaris,
get the node value - convert to byte array - then store it in a string.
the output of the string is a 'file path'.

in linux
instead of file path - the output gets printed is a junk string values.

so how to get the value or how to find the "data type" for this node.


reply
    Bookmark Topic Watch Topic
  • New Topic