[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
operations_error on simple bind with ruby ffi
- To: openldap-software@openldap.org
- Subject: operations_error on simple bind with ruby ffi
- From: Thilko Richter <thilko.richter@googlemail.com>
- Date: Fri, 5 Mar 2010 15:51:23 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=eMkPePbddUTrbuGEhbu57Fp5e3vulOP580QmIwI6o+Q=; b=cgzU1BPzDsYZWgGrU+R6TsnnBxmHPIlCI238aGb/2Lf6dM4G+/dBqKOSUb+HwmA/0A f90eWF/xi79K8o0wzYBB1Uf0OmUtgSRUSSOHR/HN8Wgn2u13t3ZFCZxQ7xhuPjUrjQaE R1u1bx1swQDAPuZcta0mBFnbNWM82+EqNdf54=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=xNSSn+axrmiDAt//uoksyb9+UgP6XIokYMr2q8UoNIoqVDavi7ov+Sx4kdQ88acSIi OT/MU8dNHVVRYIZTK6WfEB3TCo0jCgMvPSJdTsWaTtMcZNmu3EP9YZM0haDQuaosAPxP ftH0hjPVd0wcat+4M7diLSZEe7bNl/4pNsd3o=
Hello,
I am developing an ldap binding with ruby ffi. Currently I try to
implement a simple bind to an local open ldap server. Unfortunately I
always get an 'operations error'(1) on a ldap_simple_bind. I played
around with different credentials and ldap_open and ldap_init as well,
but I can´t change the error on bind.
My app does a 'ldap_open' and then a 'ldap_simple_bind'.
In contrast to that a 'ldap_open' and 'ldap_search' works fine.
Since I am a newbie with c ldap api I would appreciate some hints
where I could search for debug msgs and other stuff. /var/log/syslog
says nothing...
Thx in advance,
Thilko