Re: backend issue

2010-12-14 Thread Dieter Kluenter
Am Tue, 14 Dec 2010 17:25:50 -0200 schrieb Friedrich Locke : > Hi, > > Here are the location of some files related to db-4.6.21 installed in > my box. > > si...@lion$ pkg_info -L db-4.6.21 | grep include > /usr/local/include/db4/db.h > /usr/local/include/db4/db_185.h > /usr/local/include/db4/db_

Re: backend issue

2010-12-14 Thread Friedrich Locke
Hi, Here are the location of some files related to db-4.6.21 installed in my box. si...@lion$ pkg_info -L db-4.6.21 | grep include /usr/local/include/db4/db.h /usr/local/include/db4/db_185.h /usr/local/include/db4/db_cxx.h si...@lion$ pkg_info -L db-4.6.21 | grep lib /usr/local/lib/db4/libdb.a /u

Re: backend issue

2010-12-14 Thread Quanah Gibson-Mount
--On Tuesday, December 14, 2010 5:51 AM -0200 Friedrich Locke wrote: Ok! I looked at /usr/include/db.h. How could i solve this problem ? Set the appropriate variables, specifically: CPPFLAGS and LDFLAGS --Quanah -- Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division

Re: rwm overlay missing

2010-12-14 Thread Nick Folino
./configure --help On Tue, Dec 14, 2010 at 1:13 PM, Josh Spranger wrote: > I have OpenLDAP 2.4.23 on OpenSUSE 11. When I compiled the binaries I > used the flags –enable-ldap and –enable-rewrite so I could use it as a Proxy > to AD. I also want to use the rwm overlay to remap the AD attributes.

rwm overlay missing

2010-12-14 Thread Josh Spranger
I have OpenLDAP 2.4.23 on OpenSUSE 11. When I compiled the binaries I used the flags -enable-ldap and -enable-rewrite so I could use it as a Proxy to AD. I also want to use the rwm overlay to remap the AD attributes. My problem is when I configure 'overlay rwm' and use slaptest it returns with

Re: OpenLDAP and third party authentication integration

2010-12-14 Thread Dan White
On 13/12/10 17:56 -0800, Any Joe wrote: I need some pointers on how to integrate a third party web-based auth system and OpenLDAP. Our reqs are as follows 1. We dont store passwords (or hashes) in LDAP and they are dont-care for us; for backward compatibility we may still have some admin/admin-

Re: Syncrepl attrs selection

2010-12-14 Thread Bram Cymet
I was faced with a similar problem. I just modified the access rights for the syncrepl user so that is did not have access to the parts of the tree that I didn't want synced. They syncrepl user will happily work its way through the tree ignoring the attributes that it is not supposed to sync.

Syncrepl attrs selection

2010-12-14 Thread Raphael Ordinas
Hi everyone, I'm facing a minor problem with syncrepl. I'd like to tell syncrepl to sync all attributs but the one specified. Is this possible ? Thanks Raphael

Re: how to analysis openldap log

2010-12-14 Thread Dieter Kluenter
Am Tue, 14 Dec 2010 18:27:36 +0800 schrieb owen nirvana : > I could not find apis for analysising log. > > Thanks for help! What kind of log are you referring to? syslog, log database or monitor database? -Dieter -- Dieter Klünter | Systemberatung http://dkluenter.de GPG Key ID:DA147B05 53°37

Openldap occasional hunging

2010-12-14 Thread Nick Milas
Hi, I am experiencing the following problem: Occasionally but consistently (about once a month), one of my ldap servers will hung - usually after some entry update. I find out the hung due to problems with the services which are dependent on ldap (mail, dns, see below). The question is: Why

how to analysis openldap log

2010-12-14 Thread owen nirvana
I could not find apis for analysising log. Thanks for help! gtalk:freeespe...@gmail.com

Re: How to rename the BASE DN?

2010-12-14 Thread Michael Ströder
Angel L. Mateo wrote: > El 04/12/10 00:33, Anton Chu escribió: >> How do I rename my base dn due to my domain name change? I'm using the >> latest openldap run time configuraiton. > > Maybe the hard solution: > > * make a backup of the entire directory with slapcat Yes. > * edit the result

OpenLDAP and third party authentication integration

2010-12-14 Thread Any Joe
Dear LDAP tech gurus, Newbie here.. I need some pointers on how to integrate a third party web-based auth system and OpenLDAP. Our reqs are as follows 1. We dont store passwords (or hashes) in LDAP and they are dont-care for us; for backward compatibility we may still have some admin/admin-pas