]> git.sur5r.net Git - openldap/commitdiff
now PostgreSQL seems to work...
authorPierangelo Masarati <ando@openldap.org>
Fri, 20 Aug 2004 15:24:39 +0000 (15:24 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 20 Aug 2004 15:24:39 +0000 (15:24 +0000)
servers/slapd/back-sql/rdbms_depend/pgsql/testdb_metadata.sql
tests/data/slapd-sql.conf
tests/scripts/test031-sql

index aaffeb264ce91b5f762d367f399d6377a25fca53..3b9943bc1bfd4b440c3e81bb92e005762d6abd78 100644 (file)
@@ -70,6 +70,8 @@ insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values (6,'documentTitl
 --     oc_name         the name of the objectClass; it MUST match the name of an objectClass that is loaded in slapd's schema
 insert into ldap_entry_objclasses (entry_id,oc_name) values (4,'referral');
 
+insert into ldap_entry_objclasses (entry_id,oc_name) values (2,'posixAccount');
+
 -- referrals mapping: entries that should be treated as referrals are stored here
 --     entry_id        the "ldap_entries.id" of the entry that should be treated as a referral
 --     url             the URI of the referral
index 2471f5275f5b0374aa9c9fb341f1cd8ad65d346f..86da386d46bab0b6167e2c3cc9cef790a0fdfb4e 100644 (file)
@@ -51,11 +51,11 @@ dbname          example
 dbuser          manager
 dbpasswd        secret
 
-#insentry_query  "insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values ((select max(id)+1 from ldap_entries),?,?,?,?)"
 #
 # rdbms specific directives
 #
 # PostgreSQL
+#postgres#insentry_query  "insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values ((select max(id)+1 from ldap_entries),?,?,?,?)"
 #postgres#upper_func      "upper"
 #postgres#strcast_func    "text"
 #postgres#concat_pattern  "?||?"
index 80aab287682d0c26e99eeeed1f17056910a9cefe..812de2d8a5368bfb898aea8a979abd4e34aa04db 100755 (executable)
@@ -223,7 +223,7 @@ case ${RDBMS} in
        # list here the RDBMSes whose mapping allows writes
        postgres)
                MANAGERDN="cn=Manager,${BASEDN}"
-               $LDAPMODIFY -v -D "$MANAGERDN" -w $PASSWD \
+               $LDAPMODIFY -v -c -D "$MANAGERDN" -w $PASSWD \
                        -h $LOCALHOST -p $PORT1 > \
                        $TESTOUT 2>&1 << EOMODS
 version: 1