Re: slapcat backup inconsitency - several tries gives different output results

2006-02-22 Thread Michael Ströder
On 4:43:14 pm 2006-02-21 <[EMAIL PROTECTED]> wrote: > > #What version of OpenLDAP? > openLdap 2.20 > > #What database backend are you using? > berkeley 4.3.6 These are your main problems. Upgrade both packages to stable software versions. Or downgrade in case of Berkeley-DB. See OpenLDAP's FAQ-O-

Re: Openldap version 2.2.13 with db_recover

2006-02-22 Thread Buchan Milne
On Tuesday 21 February 2006 06:37, mallapadi niranjan wrote: > Hi list > > I have a system with Red Hat Enterprise Linux ES release 4 with kernel > version 2.6.9-5.ELsmp. By now, we already know your question ... > I have an openldap which is shipped with the Redhat > hat linux > RPM. the versio

Re: Openldap version 2.2.13 with db_recover

2006-02-22 Thread mallapadi niranjan
Hi Buchan Thanks for replying. i have now decided to go with openldap 2.3.19. so that it does automatic recovery. in 2.3 also do we have to mention checkpoint. if so, how do we keep checkpoints and what value should be assigned. my database will have more 1 entries (i am using ldap for samba s

How to compile openldap on windows?

2006-02-22 Thread Zhou, Lei SLC CT PEK

Re: How to compile openldap on windows?

2006-02-22 Thread Manish Marathe
On 2/22/06, Zhou, Lei SLC CT PEK <[EMAIL PROTECTED]> wrote: > How to compile openldap on windows? > Using MinGW support on cygwin you can configure the code using ./configure and run make to let gcc compile it. http://www.openldap.org/faq/data/cache/300.html As an alternative using MinGW Howard

Re: lastmod and index corruption

2006-02-22 Thread Eric Irrgang
I'll be looking at BDB 4.4 for OL 2.3.x but I couldn't get BDB 4.2 to work with more than a total of 4 Gigs of db cache. 4.3 changed the limit from "4 GB max" to "4 GB per cache segment". Has a patch been backported to 4.2 to resolve this limitation? On Tue, 21 Feb 2006, Quanah Gibson-Mount wrot

slapd circularity?

2006-02-22 Thread Ryan Lovett
I'm having trouble strong-binding Mac clients to an OpenLDAP server and I think its due to my confusion about the SASL configuration. I'm seeing the message slap_ap_lookup: str2ad(cmusaslsecretCRAM-MD5): attribute type undefined in the slapd output. It looks like slapd is being querried for th

Re: Openldap version 2.2.13 with db_recover

2006-02-22 Thread Quanah Gibson-Mount
--On Tuesday, February 21, 2006 10:07 AM +0530 mallapadi niranjan <[EMAIL PROTECTED]> wrote: Hi list I have a system with Red Hat Enterprise Linux ES release 4 with kernel version 2.6.9-5.ELsmp. I have an openldap which is shipped with the Redhat hat linux RPM. the version of slapd is @(#)

Re: Openldap version 2.2.13 with db_recover

2006-02-22 Thread matthew sporleder
If you're not interesting in changing the shell script to do what you want, try contacting red hat and see if they'll give you an updated script. openldap 2.3 automagically recovers at startup. On 2/20/06, mallapadi niranjan <[EMAIL PROTECTED]> wrote: > Hi list > > I have a system with Red Hat En

Re: slapd circularity?

2006-02-22 Thread Ryan Lovett
On Tue, Feb 21, 2006 at 12:06:26PM -0800, Ryan Lovett wrote: > I'm having trouble strong-binding Mac clients to an OpenLDAP server and I > think its due to my confusion about the SASL configuration. I'm seeing the > message > > slap_ap_lookup: str2ad(cmusaslsecretCRAM-MD5): attribute type undef

Re: slapd circularity?

2006-02-22 Thread Howard Chu
Ryan Lovett wrote: I'm having trouble strong-binding Mac clients to an OpenLDAP server and I think its due to my confusion about the SASL configuration. I'm seeing the message slap_ap_lookup: str2ad(cmusaslsecretCRAM-MD5): attribute type undefined This message is harmless. in the slapd

Re: lastmod and index corruption

2006-02-22 Thread Quanah Gibson-Mount
On Wednesday 22 February 2006 11:18, Eric Irrgang wrote: > I'll be looking at BDB 4.4 for OL 2.3.x but I couldn't get BDB 4.2 to work > with more than a total of 4 Gigs of db cache. 4.3 changed the limit from > "4 GB max" to "4 GB per cache segment". Has a patch been backported to > 4.2 to resolv

Re: slapd circularity?

2006-02-22 Thread Ryan Lovett
Thanks for your reply. On Wed, Feb 22, 2006 at 01:07:27PM -0800, Howard Chu wrote: > Ryan Lovett wrote: > > I'm having trouble strong-binding Mac clients to an OpenLDAP server and I > >think its due to my confusion about the SASL configuration. I'm seeing the > >message > > > > slap_ap_lookup: st

Re: slapd circularity?

2006-02-22 Thread Howard Chu
Ryan Lovett wrote: For this to happen, do I configure SASL via /usr/lib/sasl2/slapd.conf to use an ldapdb storage? No. The ldapdb docs explicitly say never to do this. slapd has its own SASL auxprop mechanism built in and doesn't need anything else. Which document says this? cyru

Re: lastmod and index corruption

2006-02-22 Thread Eric Irrgang
All this time I've been using 4.3 because I couldn't get 4.2 to work with 'set_cachesize 8 0 2'! How embarrassing! Maybe it didn't work until later versions of 4.2 or maybe I'm completely crazy, but now I've definitely got no excuse but to dump 4.3. The question remains, though, of whether to go

Re: Openldap version 2.2.13 with db_recover

2006-02-22 Thread Jon Roberts
mallapadi niranjan wrote: in 2.3 also do we have to mention checkpoint. if so, how do we keep checkpoints and what value should be assigned. Yes. The value really depends on how frequently you want changes written to disk, which is more a function of hardware capacity and load than how much d

Re: Builtin SASL-EXTERNAL and binding

2006-02-22 Thread Kurt D. Zeilenga
At 12:41 PM 2/20/2006, Geert Jansen wrote: >I'm trying to set up a slapd configuration whereby local clients do not >need a password to authenticate. I've succesfully done this with the >SASL EXTERNAL mechanism that can pass the client's Unix uid/gid over the >ldapi:// socket. However, the method