Hello Lukas (and the others who answered me),  
   
I did play with the SearchSizeLimit property but nothing really change. I'm 
only getting one more record (from 200 to 201).  
FWIW I've tried SearchSizeLimit of 1000, 10 000, 100 000, 1 000 000...  
   
Thank you for the charset conversions advice. I'll check this asap.  

BR  

Stéphane      _____  

  From: Lukas Gebauer [mailto:gebyl...@mlp.cz]
To: Ararat Synapse [mailto:synalist-pub...@lists.sourceforge.net]
Sent: Wed, 24 Feb 2010 11:57:39 +0100
Subject: Re: [Synalist] Synpse LDAP issues !

> I'm trying to get my LDAP records but I'm getting 2 errors : 
> - I don't get all the records (200 records out of 300). 

It is normal behavior. LDAP servers usually limit total number of 
returned records. Increase it by SearchSizeLimit property.

> - Some strings are not correctly displayed (for exemple "profilés
> métalliques pour renforts de fen^etres" is displayed like this :
> "profil~A(c)s m~A(c)talliques pour renforts de fen~Aatres") 

TLDAPsend does not doing any charset conversions are it sending and 
receiving datas as-is. LDAP servers usually using UTF-8 encodin, so, 
you must decode/encode your data prior passing it to/from TLDAPSend.



-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
http://geoget.ararat.cz/ - Geocaching solution
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to