Re: Keep alive functionality when the remote closes the conenction due idle

2010-09-13 Thread Michael Ströder
Hallvard B Furuseth wrote: > masar...@aero.polimi.it writes: >> As far as I know, the function registered by ldap_set_rebind_proc(3) is >> only invoked to bind when chasing a referral. > > Duh... then what am I talking about - some python-ldap setting?:-) This mess with ldap_set_rebind_proc() was

syncrepl incomplete database problem

2010-09-13 Thread Islam Amer
Hello everyone, I have a problem with a simple master/slave syncrepl replication setup. Everytime I restart the slave it goes back to an empty state and then syncs about only 200 entries from thousands in the master. >From then on it gets the update events from the master fine. I have tried some

Re: invalid syntax on pwdPolicy object add

2010-09-13 Thread Kiran Ayyagari
On Mon, Sep 13, 2010 at 5:07 PM, Julien Vehent wrote: > > On Mon, 13 Sep 2010 13:12:15 +0200, Emmanuel Lecharny > wrote: >>> >>> On Mon, 13 Sep 2010 11:34:56 +0200, Emmanuel Lecharny   >>> wrote: > On Mon, 13 Sep 2010 10:52:03 +0200, Christian > Manal   wrote: >> Hi, >> >> p

Re: invalid syntax on pwdPolicy object add

2010-09-13 Thread Josh Miller
On 09/13/2010 08:26 AM, Julien Vehent wrote: On Mon, 13 Sep 2010 19:29:12 +0530, Kiran Ayyagari wrote: On Mon, Sep 13, 2010 at 5:07 PM, Julien Vehent wrote: # slapd -V @(#) $OpenLDAP: slapd 2.4.23 (Aug 26 2010 18:33:04) $ r...@monster:/tmp/buildd/openldap-2.4.23/debian/build/server

Re: invalid syntax on pwdPolicy object add

2010-09-13 Thread Julien Vehent
On Mon, 13 Sep 2010 19:29:12 +0530, Kiran Ayyagari wrote: > On Mon, Sep 13, 2010 at 5:07 PM, Julien Vehent wrote: >> >> >> >> # slapd -V >> @(#) $OpenLDAP: slapd 2.4.23 (Aug 26 2010 18:33:04) $ >>        r...@monster:/tmp/buildd/openldap-2.4.23/debian/build/servers/slapd >> >> >> It's not a space

Logging practices of OpenLDAP

2010-09-13 Thread Mark John Rank
List: UW-Milwaukee is in the process of reviewing IAM infrastructure and looking to harmonize logging, audit and data retention configuration for many of our IAM related services. Our OpenLDAP service is in scope for this review. To help frame the review, I am looking for guidance or best prac

Re: invalid syntax on pwdPolicy object add

2010-09-13 Thread Julien Vehent
On Mon, 13 Sep 2010 13:12:15 +0200, Emmanuel Lecharny wrote: >> >> On Mon, 13 Sep 2010 11:34:56 +0200, Emmanuel Lecharny >> wrote: On Mon, 13 Sep 2010 10:52:03 +0200, Christian Manal wrote: > Hi, > > pwdPolicy is an auxiliary objectClass. You have to use it in conjunct

Re: invalid syntax on pwdPolicy object add

2010-09-13 Thread Emmanuel Lecharny
On Mon, 13 Sep 2010 11:34:56 +0200, Emmanuel Lecharny wrote: On Mon, 13 Sep 2010 10:52:03 +0200, Christian Manal wrote: Hi, pwdPolicy is an auxiliary objectClass. You have to use it in conjunction with a structural objectClass. Look at the example from the admin guide:

Re: invalid syntax on pwdPolicy object add

2010-09-13 Thread Julien Vehent
On Mon, 13 Sep 2010 11:34:56 +0200, Emmanuel Lecharny wrote: >> On Mon, 13 Sep 2010 10:52:03 +0200, Christian >> Manal wrote: >>> Hi, >>> >>> pwdPolicy is an auxiliary objectClass. You have to use it in conjunction >>> with a structural objectClass. Look at the example from the admin guide: >

Re: invalid syntax on pwdPolicy object add

2010-09-13 Thread Emmanuel Lecharny
On Mon, 13 Sep 2010 10:52:03 +0200, Christian Manal wrote: Hi, pwdPolicy is an auxiliary objectClass. You have to use it in conjunction with a structural objectClass. Look at the example from the admin guide: Hi I'v

Re: invalid syntax on pwdPolicy object add

2010-09-13 Thread Julien Vehent
On Mon, 13 Sep 2010 10:52:03 +0200, Christian Manal wrote: > > Hi, > > pwdPolicy is an auxiliary objectClass. You have to use it in conjunction > with a structural objectClass. Look at the example from the admin guide: > >

Re: invalid syntax on pwdPolicy object add

2010-09-13 Thread Christian Manal
Am 13.09.2010 10:30, schrieb Julien Vehent: > Hello all, > > I'm trying to add a default password policy to my directory. I have set > the following parameters in slapd.conf: > > > include /etc/ldap/schema/ppolicy.schema > [...] > moduleload ppolicy > [...] > backend hdb

invalid syntax on pwdPolicy object add

2010-09-13 Thread Julien Vehent
Hello all, I'm trying to add a default password policy to my directory. I have set the following parameters in slapd.conf: include /etc/ldap/schema/ppolicy.schema [...] moduleload ppolicy [...] backend hdb databasehdb suffix "dc=example,dc=net" [...] #