RE: (ITS#7498) Openldap syncrepl issue

2013-01-23 Thread Chris Card
Hi, Hi, I've been having issues with syncrepl in openldap. This is plain syncrepl. I'm not using delta-syncrepl as I run with mirror mode on. I've noticed that when there are a large number of writes on the writemaster (Typically around 10 per second) the data on the readslave goes

Preoperation Plugin Questions

2013-01-23 Thread Julius Plenz
Hi, I'm writing an preoperation authentication plugin for OpenLDAP, but I have trouble finding any documentation whatsoever on this. So most of what I know comes from tutorials like this one from Oracle: http://docs.oracle.com/cd/E19099-01/nscp.dirsvr416/816-6683-10/custauth.htm But since this

slapd-ldap: second search operation always generates error LdapErr: DSID-0C0906E8

2013-01-23 Thread Bryce Powell
Hi, I have setup an LDAP proxy using OpenLDAP 2.4.23 running on CentOS release 6.2 Linux 2.6.32-220.4.2.el6.x86_64. Every second search operation on a connection returns an error: SEARCH RESULT tag=101 err=1 nentries=0 text=04DC: LdapErr: DSID-0C0906E8, comment: In order to perform this

openldap overlays

2013-01-23 Thread Carlos Santos
Greetings, I'm relatively new to OpenLDAP and I think I am an average user and a newbie when it comes to development. I am currently on a project on which we use openldap2.4 and the dyngroup overlay. My goal is to build another group overlay which will fetch data from outside the ldap machine

Re: Preoperation Plugin Questions

2013-01-23 Thread Dan White
On 01/23/13 17:00 +0100, Julius Plenz wrote: Hi, I'm writing an preoperation authentication plugin for OpenLDAP, but I have trouble finding any documentation whatsoever on this. So most of what I know comes from tutorials like this one from Oracle:

Re: Preoperation Plugin Questions

2013-01-23 Thread Howard Chu
Dan White wrote: On 01/23/13 17:00 +0100, Julius Plenz wrote: Hi, I'm writing an preoperation authentication plugin for OpenLDAP, but I have trouble finding any documentation whatsoever on this. So most of what I know comes from tutorials like this one from Oracle:

Re: slapd-ldap: second search operation always generates error LdapErr: DSID-0C0906E8

2013-01-23 Thread Quanah Gibson-Mount
--On Wednesday, January 23, 2013 9:24 AM -0700 Bryce Powell bryce.pow...@telus.com wrote: Hi, I have setup an LDAP proxy using OpenLDAP 2.4.23 running on CentOS release 6.2 Linux 2.6.32-220.4.2.el6.x86_64. Every second search operation on a connection returns an error: Why are you using

Re: Preoperation Plugin Questions

2013-01-23 Thread Julius Plenz
Hi Howard, hi Dan, thanks for your reply. * Howard Chu h...@symas.com [2013-01-23 18:38]: I would just take the current radius.c checker and modify it to stash the Operation pointer somewhere it can be retrieved, then grab it in the password check function and pull the client IP address out

RE: slapd-ldap: second search operation always generates error LdapErr: DSID-0C0906E8

2013-01-23 Thread Quanah Gibson-Mount
--On Wednesday, January 23, 2013 11:22 AM -0700 Bryce Powell bryce.pow...@telus.com wrote: Hi Quanah, Thank you. Is this a known issue that's been addressed in the 2.4.33 release? Please keep replies to the list, and please don't top post. There have been a multitude of bug fixes to

Re: Preoperation Plugin Questions

2013-01-23 Thread Howard Chu
Julius Plenz wrote: Hi Howard, hi Dan, thanks for your reply. * Howard Chu h...@symas.com [2013-01-23 18:38]: I would just take the current radius.c checker and modify it to stash the Operation pointer somewhere it can be retrieved, then grab it in the password check function and pull the