Lukas Gebauer a écrit :
I use Synapse library to connect and search informations on LDAP
annuary,(openLDAP, activeDirectory or Lotus server) I've a program
who run under win32 (delphi7) who connect and search information
without problems.

I do a migration and try to run under kylix3 and Linux, it connect 
but when search it returns some errors like : DSID-03100698 or
Invalid DN ... whereas the win application connect without problems
with the same connection informations ...

Is there a cheat or a trick to know to run under Linux? And get
information from a win LDAP annuary?

Thanks !

      
Anybody has an idea ?
Anybody can help me ?
Or it's just me that is bad using Ldap ?
And it's no problem to access a Ldap from Linux ?
    

I not know anything in LDAPsend what is platform depended. Are you 
sure if you are asking exactly same LDAP search query?

You can try deep debug by Ethereal... (it is for linux and windows 
too) and try to capture your LDAP communication from windows and from 
linux. Compare this two communications and see what is different.



  
Ok, my problem is solve,
 The problem come from different  functionnement of Tinifile between Linux and Windows :

I've a file who contain connection information,I parse and load it to create my ldapconnector
example :
DSE=’CN=Users, DC=dev’
 
Windows  parse the string and  get : CN=Users, DC=dev
Whereas Linux parse the string and  get : ’CN=Users, DC=dev’

If I delete the ' in the file,when I parse and load it,  I connect and get information from LDAp without problem under Linux.
example :
DSE=CN=Users, DC=dev

Thanks,

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to