Hi, I have an LDAP client(LDP.exe) trying to send a paged search to the LDAP server but get a result code of unavailableCriticalExtension(12), which seems to indicate that the Paged Results extension isn't present (or disabled???).
The OpenLDAP server is running slapd version 2.2.28, which according to the OpenLDAP roadmap should have the "Simple Paged Results Extension". http://www.openldap.org/software/roadmap.html
So the obvious question, does 2.2.28 support Paged Results? If it does, could it be the extension is disabled? How would I enable it?
Also, what is a good LDAP query to verify extensions like the Simple Paged Results?
Thanks in advance, NJM
Maier, Nathan wrote:
Hi, I have an LDAP client(LDP.exe) trying to send a paged search to the LDAP server but get a result code of unavailableCriticalExtension(12), which seems to indicate that the Paged Results extension isn't present (or disabled???).
The OpenLDAP server is running slapd version 2.2.28, which according to the OpenLDAP roadmap should have the "Simple Paged Results Extension". http://www.openldap.org/software/roadmap.html
So the obvious question, does 2.2.28 support Paged Results? If it does, could it be the extension is disabled? How would I enable it?
I don't know in detail about 2.2.28, but OpenLDAP 2.2 should support that control when back-bdb is used. However I think nobody really bothers about checking such an outdated version (the current is 2.4.13).
Also, what is a good LDAP query to verify extensions like the Simple Paged Results?
a search with paged results control and criticality set to true will suffice.
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it ----------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Fax: +39 0382 476497 Email: ando@sys-net.it -----------------------------------
I don't know in detail about 2.2.28, but OpenLDAP 2.2 should support that control when back-bdb is used. However I think nobody really bothers about checking such an outdated version (the current is
2.4.13).
It's not really by choice that I'm dealing with 2.2.28 unfortunately. What is back-bdb? I haven't been able to find any documentation on it.
Thanks for the help.
NJM
----- Nathan Maier nmaier@unimax.com wrote:
I don't know in detail about 2.2.28, but OpenLDAP 2.2 should support that control when back-bdb is used. However I think nobody really bothers about checking such an outdated version (the current is
2.4.13).
It's not really by choice that I'm dealing with 2.2.28 unfortunately.
Then I don´t think you can find valuable help.
What is back-bdb? I haven't been able to find any documentation on it.
It´s the main storage of OpenLDAP since 2.X.
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it ----------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Fax: +39 0382 476497 Email: ando@sys-net.it -----------------------------------
"Maier, Nathan" nmaier@unimax.com writes:
I don't know in detail about 2.2.28, but OpenLDAP 2.2 should support that control when back-bdb is used. However I think nobody really bothers about checking such an outdated version (the current is
2.4.13).
It's not really by choice that I'm dealing with 2.2.28 unfortunately. What is back-bdb? I haven't been able to find any documentation on it.
http://www.openldap.org/faq/data/cache/1165.html
-Dieter
On Wednesday 11 February 2009 18:24:22 Maier, Nathan wrote:
I don't know in detail about 2.2.28, but OpenLDAP 2.2 should support that control when back-bdb is used. However I think nobody really bothers about checking such an outdated version (the current is
2.4.13).
It's not really by choice that I'm dealing with 2.2.28 unfortunately. What is back-bdb? I haven't been able to find any documentation on it.
The bdb database backend, IOW, used as follows:
database bdb
If you have instead:
database ldbm
then you are using the ldbm backend, and you can expect: 1)Data corruption 2)Scalability problems 3)No database recovery options 4)No paged results
Switch to bdb (but, you should consider upgrading as well).
Regards, Buchan
Thanks Buchan, you were of great help. It would appear this OpenLDAP server I'm working with is using their own database and backend (adm???), which explains why paging isn't working. Thanks again for your help.
NJM
openldap-software@openldap.org