Re: configure: error: BDB/HDB: BerkeleyDB not available

2006-02-14 Thread matthew sporleder
http://www.openldap.org/faq/data/cache/2.html (look at compiled-time flags, etc) On 2/14/06, Tran Anh Hung <[EMAIL PROTECTED]> wrote: > Hi all, > I'm a newbie, so if I ask s stupid question, don't laugh me. > I have new problem. > When I run > ./configure > the result is > configure: error: BDB/H

Re: migrating data from ldbm to bdb

2006-02-14 Thread Necati Demir
i used these; slapcat -l data.ldif and then in the config file, i changed the database ldbm line to database bdb. Then, i restarted ldap, and did slapadd -l data.ldif but id doesnt do something. It only waits. Should i do something else? slapcat slapadd Necati Demir wrote: I want to migr

slapadd stop during import on a provider

2006-02-14 Thread Patrice
Hi, here is the manipulation I did: I stopped my provider server. I stopped my consumer server. I removed all the files under openldap-data on my provider and consumer I start my provider server and keep the consumer offline. but when I import data into my provider server the import stop I sear

Re: pwdPolicy pwdMustChange enforcement

2006-02-14 Thread Andreas Hasenack
On Mon, Feb 13, 2006 at 03:58:31PM -0800, Howard Chu wrote: > >What's missing? > > Read the slapo-ppolicy(5) manpage again, look for pwdReset. Aha, got it, thanks! I was wrongly assuming that "password reset by administrator" meant a password change done by the administrator, and not literally se

Re: MAC OS/X authentication against OpenLDAP 2.3 (Resolved)

2006-02-14 Thread Francis Swasey
Ah, the SASL mechanism is it... I had not configured the sasl-secprops to disable the SASL mechanisms that are not configured. In OL 2.2, attempting to use a mechanism that was not configured (/etc/sasldb2 doesn't exist) resulted in error code 80 (0x50 -- Internal Error). And that triggered t

Re: migrating data from ldbm to bdb

2006-02-14 Thread Buchan Milne
On Tuesday 14 February 2006 12:09, Necati Demir wrote: > i used these; > > slapcat -l data.ldif > > and then in the config file, i changed the > database ldbm > line to > database bdb. > > Then, i restarted ldap, and did > slapadd -l data.ldif slapd should not be running when you use slapadd. > b

Re: make test failure

2006-02-14 Thread Buchan Milne
On Tuesday 14 February 2006 12:46, Katty Torla/UPC wrote: > Hello, > > I have RedHat ES 4 Update 2 Linux 2.6.9-22.EL > I trying to install openldap-2.3.19 (openldap-stable-20060127) This may help you: http://anorien.csc.warwick.ac.uk/mirrors/buchan/openldap/rhel4/ > configure, make depend amb

Re: migrating data from ldbm to bdb

2006-02-14 Thread Necati Demir
On Tuesday 14 February 2006 12:09, Necati Demir wrote: i used these; slapcat -l data.ldif and then in the config file, i changed the database ldbm line to database bdb. Then, i restarted ldap, and did slapadd -l data.ldif slapd should not be running when you use slapadd. but i

Re: migrating data from ldbm to bdb

2006-02-14 Thread Buchan Milne
On Tuesday 14 February 2006 17:05, Necati Demir wrote: > >On Tuesday 14 February 2006 12:09, Necati Demir wrote: > >>i used these; > >> > >>slapcat -l data.ldif > >> > >>and then in the config file, i changed the > >>database ldbm > >>line to > >>database bdb. > >> > >>Then, i restarted ldap, and d

Re: slapadd stop during import on a provider

2006-02-14 Thread Quanah Gibson-Mount
--On Tuesday, February 14, 2006 1:04 PM +0100 Patrice <[EMAIL PROTECTED]> wrote: Hi, here is the manipulation I did: I stopped my provider server. I stopped my consumer server. I removed all the files under openldap-data on my provider and consumer I start my provider server and keep the c

Re: migrating data from ldbm to bdb

2006-02-14 Thread Necati Demir
Buchan Milne wrote: On Tuesday 14 February 2006 17:05, Necati Demir wrote: On Tuesday 14 February 2006 12:09, Necati Demir wrote: i used these; slapcat -l data.ldif and then in the config file, i changed the database ldbm line to database bdb. Then, i restarted ldap, and did slapa

Strange syncrepl? problem

2006-02-14 Thread Duncan Brannen
Hi all, I'm running 2.3.19 on Solaris 10 and I'm using syncrepl to replicate. I upgraded after finding my slaves not updating after running out of file handles. (A separate issue but is anyone running tcpwrappers on solaris and seeing it run out of file handles even after upping descriptors

Infuriatingly brief slapd error message: sasl_server_init failed

2006-02-14 Thread Toby.Russell
Hello all, There are actually tears in my eyes as I write this. Tears of bitter disappointment and frustration. I have been fighting with sasl for weeks... I understand that the following error (upon starting slapd): Feb 14 11:23:18 sdoraxx6396 slapd[9024]: sasl_server_init failed Feb 14 11:23:

Re: Strange syncrepl? problem

2006-02-14 Thread Aaron Richton
How would "ou=smbMachines" versus "ou=smbMachine" have any relation to the number of file handles? With that said... I am using tcp wrappers and see it complaining about fd's. I'm pretty sure that "last time" (and we're talking about OpenLDAP 2.2, maybe even 2.1 here) upping the ulimit worked. The

Change to directory do not get commited to disk ?

2006-02-14 Thread Etienne Goyer
Hi, Sorry if this sound nebulous, I do not know where to start with this situation. I am running OpenLDAP 2.2.13 on RHEL 4 (Scientific Linux, actually). I am using the packages provided by the distribution. My directory use the dbd backend and I have db4 4.2.52 installed, in case it is related.

Re: Change to directory do not get commited to disk ?

2006-02-14 Thread Aaron Richton
I'm not sure what the "dbd" backend is. Perhaps you mean "bdb"? Regardless, you should upgrade to a newer version of OpenLDAP (say the current stable release, 2.3.19) where checkpointing is more in line with what you'd expect, and turn on checkpointing as described in slapd-bdb(5) man page. The beh

Re: Change to directory do not get commited to disk ?

2006-02-14 Thread Quanah Gibson-Mount
On Tuesday 14 February 2006 13:06, Etienne Goyer wrote: > Hi, > > Sorry if this sound nebulous, I do not know where to start with this > situation. > > I am running OpenLDAP 2.2.13 on RHEL 4 (Scientific Linux, actually). I > am using the packages provided by the distribution. My directory use > t

Re: Change to directory do not get commited to disk ?

2006-02-14 Thread Howard Chu
Etienne Goyer wrote: Hi, Sorry if this sound nebulous, I do not know where to start with this situation. I am running OpenLDAP 2.2.13 on RHEL 4 (Scientific Linux, actually). I am using the packages provided by the distribution. My directory use the dbd backend and I have db4 4.2.52 installed,

Re: Strange syncrepl? problem

2006-02-14 Thread Aaron Richton
I'm getting: slapd[7662]: [ID 373051 local4.error] warning: /etc/hosts.allow, line 7: cannot open /etc/hosts.allow: Too many open files Hmmm...how does it know the slapd line is line 7 if it can't open it? And is it trying to open it recursively? Very curious... On Tue, 14 Feb 2006, Kevin Spice

Re: Strange syncrepl? problem

2006-02-14 Thread Kevin Spicer
On Tue, 2006-02-14 at 15:55 -0500, Aaron Richton wrote: > Are you linking libwrap from /usr/sfw/lib or from your own sources? I was > considering trying the Sun one... I've been using libwrap from /usr/sfw/lib with openldap since about 2.2.18 and I've never had any problems I've attributed to it.

Re: Strange syncrepl? problem

2006-02-14 Thread Kevin Spicer
On Tue, 2006-02-14 at 22:09 +, Aaron Richton wrote: > I'm getting: > > slapd[7662]: [ID 373051 local4.error] warning: /etc/hosts.allow, line > 7: cannot open /etc/hosts.allow: Too many open files > > Hmmm...how does it know the slapd line is line 7 if it can't open it? > And is it trying to o

Re: Infuriatingly brief slapd error message: sasl_server_init failed

2006-02-14 Thread Kurt D. Zeilenga
At 04:06 AM 2/14/2006, [EMAIL PROTECTED] wrote: >(saslauthd will not start with gssapi as its mechanism.) That's a problem for the Cyrus SASL list. As noted on this list, one should first ensure they have a good Cyrus SASL setup before trying to configure OpenLDAP Software (and other Cyrus SASL-d

assert fail after delete syncreplica info

2006-02-14 Thread William
hi,all After sync replica configed OK, I deleted 'olcSyncrepl' attributes in config database on consumer. Then after send a query, consumer crashed: slapd: daemon.c:1358: slap_listener: Assertion `((slap_daemon.sd_index[(s)]) == -1)' failed. is there anything wrong ? thanks in advance. -- Re

Re: migrating data from ldbm to bdb

2006-02-14 Thread Buchan Milne
On Tuesday 14 February 2006 18:46, Necati Demir wrote: > Buchan Milne wrote: > >On Tuesday 14 February 2006 17:05, Necati Demir wrote: > >>>On Tuesday 14 February 2006 12:09, Necati Demir wrote: > i used these; > > slapcat -l data.ldif > > and then in the config file, i change

Re: assert fail after delete syncreplica info

2006-02-14 Thread Howard Chu
William wrote: hi,all After sync replica configed OK, I deleted 'olcSyncrepl' attributes in config database on consumer. Then after send a query, consumer crashed: slapd: daemon.c:1358: slap_listener: Assertion `((slap_daemon.sd_index[(s)]) == -1)' failed. is there anything wrong ? thanks in