Issue 6065 - slapcat with sql (postgres) backend
Summary: slapcat with sql (postgres) backend
Status: VERIFIED SUSPENDED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: backends (show other issues)
Version: 2.4.12
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 10:22 UTC by frederic.bouy@gmail.com
Modified: 2020-06-25 23:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description frederic.bouy@gmail.com 2009-04-17 10:22:44 UTC
Full_Name: Frederic Bouy
Version: 2.4.12
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (81.255.106.203)


When running the following command:
slapcat -l /tmp/lnp.ldif -f /usr/local/openldap/etc/openldap/slapd.conf -d 1
I get this error message:
<==backsql_load_schema_map()
==>backsql_free_db_conn()
==>backsql_close_db_handle(0x8290c18)
<==backsql_close_db_handle(0x8290c18)
<==backsql_free_db_conn()
<==backsql_db_open(): test succeeded, schema map loaded
slapcat: database doesn't support necessary operations.

ldapsearch is successfull.

Do you have any clue on how to solve this issue?
Thanks for your help.


Comment 1 Hallvard Furuseth 2009-04-17 11:48:19 UTC
moved from Incoming to Software Enhancements
Comment 2 ando@openldap.org 2009-04-17 13:45:23 UTC
frederic.bouy@gmail.com wrote:
> Full_Name: Frederic Bouy
> Version: 2.4.12
> OS: Linux
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (81.255.106.203)
> 
> 
> When running the following command:
> slapcat -l /tmp/lnp.ldif -f /usr/local/openldap/etc/openldap/slapd.conf -d 1
> I get this error message:
> <==backsql_load_schema_map()
> ==>backsql_free_db_conn()
> ==>backsql_close_db_handle(0x8290c18)
> <==backsql_close_db_handle(0x8290c18)
> <==backsql_free_db_conn()
> <==backsql_db_open(): test succeeded, schema map loaded
> slapcat: database doesn't support necessary operations.
> 
> ldapsearch is successfull.
> 
> Do you have any clue on how to solve this issue?

The message should be pretty self explanatory.  A solution consists in 
implementing the missing support.

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
-----------------------------------

Comment 3 ando@openldap.org 2009-04-20 03:45:40 UTC
changed notes
Comment 4 OpenLDAP project 2014-08-01 21:04:54 UTC
request for slapcat support in back-sql
Comment 5 Quanah Gibson-Mount 2020-06-25 23:25:47 UTC
patches welcome