RE: openLDAP paged response problem

2008-10-23 Thread Navaneetha Subramanian
Thanks for your prompt response. We use ver 2.3.19 which is quite old. That is just a test server. Does any later release support paged result for ldbm? Or do we have to use either back-bdb or back-hdb to get paging support? What are reasons to not use ldbm backend? Is there a place where I can

Problem using ldapsearch with TLS (-ZZ)

2008-10-23 Thread Eric Johanson
I am trying to get a basic TLS connection working on my Linux server using OpenLDAP and the ldapsearch command, but it does not connect with TLS. I've created an SSL certificate with the usual command: openssl req -new -x509 -nodes -out ldcert.pem -keyout ldkey.pem -days 3650 I've added

Re: openLDAP paged response problem

2008-10-23 Thread Quanah Gibson-Mount
--On October 23, 2008 6:53:18 PM +0200 Pierangelo Masarati <[EMAIL PROTECTED]> wrote: <...> databaseldbm ldbm does not support paged results. Note that this is not the only, nor the main reason for avoiding the use of back-ldbm. You should use back-bdb or back-hdb, possibly wit

RE: openLDAP paged response problem

2008-10-23 Thread Navaneetha Subramanian
Thanks for all you input. Trying the ldapsearch with -E pr(paged result) command gives the same error DB2-95-02:~ # ldapsearch -E '!pr=10' -x -h 10.217.94.154 -b "dc=openldap,dc=dev,dc=net6,dc=com" -s sub '(objectclass=person)' dn # extended LDIF # # LDAPv3 # base with scope subtree # filter: (o

Re: openLDAP paged response problem

2008-10-23 Thread Pierangelo Masarati
Navaneetha Subramanian wrote: Thanks for all you input. Trying the ldapsearch with -E pr(paged result) command gives the same error DB2-95-02:~ # ldapsearch -E '!pr=10' -x -h 10.217.94.154 -b "dc=openldap,dc=dev,dc=net6,dc=com" -s sub '(objectclass=person)' dn # extended LDIF # # LDAPv3 # base

Re: delta-syncrepl and acl limitation

2008-10-23 Thread Pierangelo Masarati
COMBES Julien - CETE Lyon/DI/ET/PAMELA wrote: I use openldap 2.3.39. The Openldap admin guide indicates that (in chapter 15 for the openldap 2.3 and 17.2.1 for 2.4) : "Syncrepl supports both partial and sparse replications. The shadow DIT fragment is defined by a general search criteria consi

Re: openLDAP paged response problem

2008-10-23 Thread Pierangelo Masarati
Dieter Kluenter wrote: Hi, "Navaneetha Subramanian" <[EMAIL PROTECTED]> writes: Hi, I’m using OpenLDAP backend with .NET 2.0 System.DirectoryServices.Protocols API in my application. I’m trying to issue PagedResult control as part of my request to get results in multiple pages that code can

Re: openLDAP paged response problem

2008-10-23 Thread Dieter Kluenter
Hi, "Navaneetha Subramanian" <[EMAIL PROTECTED]> writes: > Hi, > > I’m using OpenLDAP backend with .NET 2.0 System.DirectoryServices.Protocols > API in my > application. I’m trying to issue PagedResult control as part of my request to > get > results in multiple pages that code can navigate. Th

Re: SASL pass-through autentication with a ldap-backend KDC

2008-10-23 Thread Guillaume Rousse
Howard Chu a écrit : Guillaume Rousse wrote: Guillaume Rousse a écrit : Howard Chu a écrit : Guillaume Rousse wrote: Hello list. Reading http://www.openldap.org/doc/admin24/security.html#SASL password storage scheme, I understand autentication can be delegated to an external mechanisme. Su

Re: OpenLDAP 2.4 syncrepl - Size limit exceeded error in consumer end

2008-10-23 Thread Jeronimo Zucco
I think there is a bug in openldap, because I could solve this issue just putting in my slapd.conf: limits anonymous size.soft=50 size.hard=100 size.unchecked=32767 time.soft=15 time.hard=60 sizelimit unlimited As you can see, I have to put "sizelimit unlimited" for all users, it is bad.

delta-syncrepl and acl limitation

2008-10-23 Thread COMBES Julien - CETE Lyon/DI/ET/PAMELA
Hello I use openldap 2.3.39. The Openldap admin guide indicates that (in chapter 15 for the openldap 2.3 and 17.2.1 for 2.4) : "Syncrepl supports both partial and sparse replications. The shadow DIT fragment is defined by a general search criteria consisting of base, scope, filter, and attrib

Re: openLDAP paged response problem

2008-10-23 Thread Jonathan Clarke
Hi, Navaneetha Subramanian a écrit : Hi, I’m using OpenLDAP backend with .NET 2.0 System.DirectoryServices.Protocols API in my application. I’m trying to issue PagedResult control as part of my request to get results in multiple pages that code can navigate. This would use rfc2696 which i

Re: n-way replication question

2008-10-23 Thread Holger Kaelberer
Hi, Dieter Kluenter wrote: What is your configuration on all servers? In detail, what's the value of the serverID statements, of the syncrepl statements and what's the URI you're running them with? Solved it, silly me! The initial slapd.conf should only contain one serverID statement without

Re: openLDAP paged response problem

2008-10-23 Thread Buchan Milne
On Thursday 23 October 2008 02:13:53 Navaneetha Subramanian wrote: > > I'm using OpenLDAP backend with .NET 2.0 > System.DirectoryServices.Protocols API in my application. I'm trying to > issue PagedResult control as part of my request to get results in > multiple pages that code can navigate. This

Re: n-way replication question

2008-10-23 Thread Dieter Kluenter
Holger Kaelberer <[EMAIL PROTECTED]> writes: > Hi, > > Dieter Kluenter wrote: > >>> What is your configuration on all servers? In detail, what's the >>> value of the serverID statements, of the syncrepl statements and >>> what's the URI you're running them with? >> Solved it, silly me! >> The ini