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.