Storing New Line Characters in LDAP Attribute
How to store new Line Characters开发者_JAVA百科 in an LDAP Attribute. I am stroring some data into a binary attribute. I have imported the Entry using LDIF which contains new Line characters. But when i export the Attribute LDIF it is showing all my new line characters as whitespaces.
Please let me know Am i Doing Some thing Wrong.
Regards,
Sunny.
Edited:
dn: erglobalid=0000000000000000323, ou=flows, ou=battle, ou=sunny, DC=pavan
erProName: proBooks
erXML:
<author>Gambardella, Matthew</author>
<title>XML Developer's Guide</title>
<genre>Computer</genre>
<price>44.95</price>
<publish_date>2000-10-01</publish_date>
<description>An in-depth look at creating applications
with XML.</description>
erglobalid: 00000000000000000085
objectclass: top
objectclass: erflowDef
erCategory: Store
After Investigating the Question should be how to store the new line characters in XML CDATA. I am able to figure out the issue. Sorry for asking Wrong Question. I found a question in another thread.
精彩评论