Hi all, i'm using openldap 2.2.13 as a proxy to an other ldap server. it works and after few days, authentications doesn't work any more. and i have an error 52 in my ldap log: ar 29 17:51:13 guardsdef1 slapd[23444]: conn=4 op=5 SRCH base="ou=personnes,o=st" scope=2 deref=3 filter="(&(objectClass=*)(uid=n588t67))" Mar 29 17:51:13 guardsdef1 slapd[23444]: conn=4 op=5 SRCH attr=uid Mar 29 17:51:13 guardsdef1 slapd[23444]: conn=4 op=5 SEARCH RESULT tag=101 err=52 nentries=0 text= Mar 29 17:51:13 guardsdef1 slapd[23444]: conn=4 op=5 SEARCH RESULT tag=101 err=52 nentries=0 text=
this error means: LDAP_UNAVAILABLE: Indicates that the LDAP server cannot process the client's bind request, usually because it is shutting down.
my slapd conf: database ldap suffix o=sg uri ldaps://ldap.s45ame.iioup.soen
Do you have any idea why open ldap "is shutting down" ?
thank you for your help
Thomas
Hi, all
After reading http://www.openldap.org/doc/admin22/syncrepl.html I only ask what exactly should i setup and what programs to run ? (on the slave and on the master)
--On Friday, March 30, 2007 6:15 PM +0400 silly_sad sad@bankir.ru wrote:
Hi, all
After reading http://www.openldap.org/doc/admin22/syncrepl.html I only ask what exactly should i setup and what programs to run ? (on the slave and on the master)
You need to upgrade to 2.3, and use syncrepl in that release.
--Quanah
-- Quanah Gibson-Mount Senior Systems Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html
Hi, all
After reading http://www.openldap.org/doc/admin23/syncrepl.html I only ask what exactly should i setup and what programs to run ? (on the slave and on the master) If i already have the master populated with DIT and it is running on a production server. And the master was not configured for replication purposes/ So i have to do what ? to attach a slave to it.
On Monday 02 April 2007, silly_sad wrote:
Hi, all
After reading http://www.openldap.org/doc/admin23/syncrepl.html I only ask what exactly should i setup and what programs to run ? (on the slave and on the master)
Only slapd needs to run. On the master, it must be configured to be a provider (with the syncprov overlay), as covered at the end of http://www.openldap.org/doc/admin23/syncrepl.html#Set%20up%20the%20provider%...
The slave must have a 'syncrepl' statement in the database section of slapd.conf, as covered in http://www.openldap.org/doc/admin23/syncrepl.html#Set%20up%20the%20consumer%...
Please also refer to the relevant man pages for how to configure these.
If i already have the master populated with DIT and it is running on a production server. And the master was not configured for replication purposes/ So i have to do what ? to attach a slave to it.
Did you really read the whole of URL above ???
Regards, Buchan
back-ldap has had an unbelievable amount of work done to it since 2.2.13. Case on point, I started using it seriously around 2.3.19, and there's been a lot of work done since then. Upgrade to 2.3.34 and try again. See http://www.openldap.org/software/release/changes.html for details.
On Fri, 30 Mar 2007, jerrrry@voila.fr wrote:
Hi all, i'm using openldap 2.2.13 as a proxy to an other ldap server. it works and after few days, authentications doesn't work any more. and i have an error 52 in my ldap log: ar 29 17:51:13 guardsdef1 slapd[23444]: conn=4 op=5 SRCH base="ou=personnes,o=st" scope=2 deref=3 filter="(&(objectClass=*)(uid=n588t67))" Mar 29 17:51:13 guardsdef1 slapd[23444]: conn=4 op=5 SRCH attr=uid Mar 29 17:51:13 guardsdef1 slapd[23444]: conn=4 op=5 SEARCH RESULT tag=101 err=52 nentries=0 text= Mar 29 17:51:13 guardsdef1 slapd[23444]: conn=4 op=5 SEARCH RESULT tag=101 err=52 nentries=0 text=
this error means: LDAP_UNAVAILABLE: Indicates that the LDAP server cannot process the client's bind request, usually because it is shutting down.
my slapd conf: database ldap suffix o=sg uri ldaps://ldap.s45ame.iioup.soen
Do you have any idea why open ldap "is shutting down" ?
thank you for your help
Thomas
openldap-software@openldap.org