Re: error creating DN

2005-12-07 Thread matthew sporleder
Re-read the Database and DN Creation sections of that document. Be sure do follow the examples with correct interpretation. >From site: In this and all suffix references replace isp.net for your domain or use any suffix you prefer. On 12/7/05, Its Azfar <[EMAIL PROTECTED]> wrote: > So what value

Re: bdb indexing limits

2005-12-07 Thread Howard Chu
Gaël Roualland wrote: Hello, Looking through bdb code in OpenLDAP 2.3.x, it looks like for a specific index key, no more than 65536 entries are indexed, over which only the first and last potential matching entries are kept. This is fine for most usages, but I have two questions : - Is it re

Re: Meta backend finds results but also returns '32 No such object'

2005-12-07 Thread Pierangelo Masarati
> Hi everyone, > > While trying to make the meta backend talk to a backend LDAP server, I > get the following curious result: > > $ ldapsearch -h localhost -D "xxx" -b "dc=example,dc=com" -x -W > "(sn=boven)" > > dn: uid=bovep,ou=Contractor,dc=example,dc=com > givenName: Paul > objectClass: top >

bdb indexing limits

2005-12-07 Thread Gaël Roualland
Hello, Looking through bdb code in OpenLDAP 2.3.x, it looks like for a specific index key, no more than 65536 entries are indexed, over which only the first and last potential matching entries are kept. This is fine for most usages, but I have two questions : - Is it reasonnably possible to a

Re: DB_PRIVATE Error OpenLDAP 2.3.13 (source) and DB4 4.2.52 (rpm)

2005-12-07 Thread Perry Nguyen
Howard, I think the likely reason is the one you pointed me to on IRC a couple weeks back, need to apply a patch to libtool; unless 2.3.13 has addressed this issue? http://www.openldap.org/its/index.cgi/Build?id=3977 The quick test is to do ldd slapd to determine if libdb4 was linked static

Re: DB_PRIVATE Error OpenLDAP 2.3.13 (source) and DB4 4.2.52 (rpm)

2005-12-07 Thread Matias Silva
So your saying its linking against /usr/lib/libdb-4.2.a OR /usr/lib/libdb-4.2.la But it should be: /usr/lib/libdb.so And I can achieve proper linking by using the following line LD_LIBRARY_PATH="/usr/lib" LDFLAGS="-L/usr/lib/libdb.so" ./configure Thanks for your time, Matt PS H

Trouble adding New entries to an OpenLDAP Server

2005-12-07 Thread Andres Tarallo
Hi !!! I'm about to migrate a directory to an OpenLDAP based server. I'm running OpenLDAP 2.2.27 under SuSE Linux Enterprise Server 9. I've obtain the data of my users from CVS file that I parse with a PERL program, developed by me, people are loaded as InetOrgPerson objects. I've added entries

Meta backend finds results but also returns '32 No such object'

2005-12-07 Thread Paul Boven
Hi everyone, While trying to make the meta backend talk to a backend LDAP server, I get the following curious result: $ ldapsearch -h localhost -D "xxx" -b "dc=example,dc=com" -x -W "(sn=boven)" dn: uid=bovep,ou=Contractor,dc=example,dc=com givenName: Paul objectClass: top ... # search result s

Re: DB_PRIVATE Error OpenLDAP 2.3.13 (source) and DB4 4.2.52 (rpm)

2005-12-07 Thread Howard Chu
This error usually means you've linked OpenLDAP to the wrong BerkeleyDB library. In particular, the BDB library you linked with is using pthreads mutexes but your system's pthreads library doesn't support interprocess mutexes. The diffs referenced in those other emails have absolutely nothing

DB_PRIVATE Error OpenLDAP 2.3.13 (source) and DB4 4.2.52 (rpm)

2005-12-07 Thread Matias Silva
I everyone, I'm very new to openldap, and of course I'm having problems installing openldap. How do I install openldap so that I don't get the DB_PRIVATE error message when running `make test`? When I check the log from slapd.1.log I see the following backend_startup_one: starting "cn=conf