Lukas Gebauer a écrit :
Ok, my problem is solve,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. 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
