]> git.sur5r.net Git - openldap/commitdiff
ITS#8329 finish prev commit
authorHoward Chu <hyc@openldap.org>
Thu, 3 Dec 2015 19:25:32 +0000 (19:25 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 4 Jan 2016 21:22:51 +0000 (15:22 -0600)
servers/slapd/back-sql/config.c

index 92f2af378e796b5dc4eb4360edb91b9fc71cde34..9b893bce5e1c25b1f7444a21515dc3d0e8b49aec 100644 (file)
@@ -216,7 +216,7 @@ static ConfigTable sqlcfg[] = {
        { "id_query", "SQL expression", 2, 0, 0, ARG_STRING|ARG_QUOTE|ARG_OFFSET,
                (void *)offsetof(struct backsql_info, sql_id_query),
                "( OLcfgDbAt:6.46 NAME 'olcSqlIdQuery' "
-               "DESC 'Custom ID query' "
+                       "DESC 'Query used to collect entryID mapping data' "
                        "SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
        { NULL, NULL, 0, 0, 0, ARG_IGNORED,
                NULL, NULL, NULL, NULL }
@@ -238,7 +238,7 @@ static ConfigOCs sqlocs[] = {
                "olcSqlFailIfNoMapping $ olcSqlAllowOrphans $ olcSqlBaseObject $ "
                "olcSqlLayer $ olcSqlUseSubtreeShortcut $ olcSqlFetchAllAttrs $ "
                "olcSqlFetchAttrs $ olcSqlCheckSchema $ olcSqlAliasingKeyword $ "
-               "olcSqlAliasingQuote $ olcSqlAutocommit ) )",
+               "olcSqlAliasingQuote $ olcSqlAutocommit $ olcSqlIdQuery ) )",
                        Cft_Database, sqlcfg },
        { NULL, Cft_Abstract, NULL }
 };