##openldap no wrap บน Centos
ปัญหาคือ มี application 1 ตัว เวลาสั่ง ldapsearch แล้วมันตัดบันทัด
ตามที่หาอ่านดู command ของ ldapsearch ใน openldap ไม่สามารถทำได้
OpenLDAP does not define these:
* LDIF_OPT_NOWRAP - implemented in SLAPI as an option around the OpenLDAP function - will "unwrap" the buffer formatted by OpenLDAP - other apps will need to do something similar
แก้ปัญหาโดยลง module ของ mozldap ไปซึ่งมีชุดคำสั่งใน การ nowrap คือ
parameter "-T" don't fold (wrap) long lines (default is to fold)
ลงโดย
#yum -y install mozldap-tools
#updatedb
แล้ว test โดย
/usr/lib64/mozldap/ldapsearch -LLL -x -T -h "localhost" -D "cn=xxxx,o=xxx,dc=xx,dc=com" -w "xx" -b "o=xxx,dc=xx,dc=com" "(mail=golf@xxx.com)" vacationStart vacationEnd
ก็จะสามารถแก้ปัญหาได้ครับ อิอิ
Special Thank :
http://directory.fedoraproject.org/wiki/Use_OpenLDAP_Clients_In_389http://www.ldapguru.com/