Re: LDAP_DEPRECATED

2006-06-07 Thread Lise Didillon
thank you for your help At present, the documentation in this area is quite lacking (contributions welcomed, see below). Basically, if you cannot figure it out on your own (by examination of ldap.h, provided client programs, man pages, software/devel list archives, FAQ, other means), you

logic of approx search in ldap

2006-06-07 Thread Nasrin . N
Hi, Please explain what happens when searched by filter approx (~=). It will be very helpful if you specify some examples along with algorithm used in the background. Thanks Regards, Nasrin.N Software Engineer, Lawson Whilst this email has been checked for all known viruses, recipients

Re: LDAP_DEPRECATED

2006-06-07 Thread Ralf Haferkamp
On Wednesday 07 June 2006 12:17, Lise Didillon wrote: At 17:01 06/06/06 -0700, Kurt D. Zeilenga wrote: At 08:14 AM 6/6/2006, Lise Didillon wrote: I use now openldap-2.3.19. Why do I have to #define LDAP_DEPRECATED 1 in my program (writen for openldap 2.0.27) to use ldap_init, ldap_add,

lber_types.h : file is missing

2006-06-07 Thread Nicolas Martin
Hello everyone, I am trying to make my freeradius server v1.1.2 work with OpenLDAP 2.3.20 (and 2.3.24 since today !). But I always have the same error when configuring : file lber_types.h included in lber.h, itself included in ldap.h is missing. The problem does come from openldap, as the

slapd-sql with unixodbc - userCertificate retrieval problem

2006-06-07 Thread Patrick Un
Hi fellow developer, The softwares which I use are: OpenLDAP 2.3.21 unixODBC 2.2.11 PostgreSQL 8.1.3 PostgreSQL ODBC driver: psqlodbc 08.01.0200 Does anyone know how to configure a sql backend using OpenLDAP + PostgreSQL in order to retrieve the userCertificate attribute value correctly?

Re: lber_types.h : file is missing

2006-06-07 Thread Kurt D. Zeilenga
lber_types.h is a generated file and hence won't appear unless you created as part of the build process. Note that in building an LDAP client you should use headers installed at the same time as the libraries. Manually copying headers from the source include directory (or pointing the client

Re: lber_types.h : file is missing

2006-06-07 Thread Aaron Richton
file lber_types.h included in lber.h, itself included in ldap.h [...] (note: my linux is a Mandrake 10.2) .hin files existing on an installed system sounds like an installation (read, in your case, packaging?) bug. I'm not sure if you put them there or your distro packages put them there, but

ldap_sasl_interactive_bind_s: No such attribute

2006-06-07 Thread [EMAIL PROTECTED]
Hi, I know this is a common error, but I don't know how to fix it http://www.openldap.org/faq/data/cache/577.html [EMAIL PROTECTED] ~]# ldapsearch ldap_sasl_interactive_bind_s: Unknown authentication method (-6) additional info: SASL(-4): no mechanism available: No worthy mechs foun

Re: slapd-sql with unixodbc - userCertificate retrieval problem

2006-06-07 Thread Pierangelo Masarati
On Wed, 2006-06-07 at 10:28 +0200, Patrick Un wrote: The softwares which I use are: OpenLDAP 2.3.21 unixODBC 2.2.11 PostgreSQL 8.1.3 PostgreSQL ODBC driver: psqlodbc 08.01.0200 Does anyone know how to configure a sql backend using OpenLDAP + PostgreSQL in order to retrieve the

Re: ldap_sasl_interactive_bind_s: No such attribute

2006-06-07 Thread Kurt D. Zeilenga
Have you verified that your SASL mechanism(s) of choice properly works in Cyrus SASL by use of Cyrus SASL sample client/server (ran as service ldap, and server slapd) and other test programs. If not, you should go do that first because if it doesn't work in Cyrus SASL, it generally won't work in

Re: lber_types.h : file is missing

2006-06-07 Thread Buchan Milne
On Wednesday 07 June 2006 12:53, Nicolas Martin wrote: Hello everyone, I am trying to make my freeradius server v1.1.2 work with OpenLDAP 2.3.20 (and 2.3.24 since today !). Why not just install libfreeradius1-ldap from contrib? Or, do you need a specific version of freeradius? But I

Re: ldap_sasl_interactive_bind_s: No such attribute

2006-06-07 Thread Tony Murphy
Thanks for your reply Kurt, SASL isn't configured properly. Will try and sort it out. Kurt D. Zeilenga wrote: Have you verified that your SASL mechanism(s) of choice properly works in Cyrus SASL by use of Cyrus SASL sample client/server (ran as service ldap, and server slapd) and other test

Re: logic of approx search in ldap

2006-06-07 Thread Kurt D. Zeilenga
At 06:02 AM 6/7/2006, [EMAIL PROTECTED] wrote: Please explain what happens when searched by filter approx (~=). It will be very helpful if you specify some examples along with algorithm used in the background. For attributes with caseIgnoreMatch or caseExactMatch equality rule, a basic