]> git.sur5r.net Git - openldap/commitdiff
fix olcTranslucentLocal/Remote handling (ITS#5689)
authorPierangelo Masarati <ando@openldap.org>
Mon, 8 Sep 2008 12:56:27 +0000 (12:56 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 8 Sep 2008 12:56:27 +0000 (12:56 +0000)
servers/slapd/overlays/translucent.c

index 555284ec8ba7f1e57751430b7b37698838dc9143..73573bca792d31021f5b753dc14b553892a44e42 100644 (file)
@@ -67,13 +67,13 @@ static ConfigTable translucentcfg[] = {
          "DESC 'Disable automatic glue records for ADD and MODRDN' "
          "SYNTAX OMsBoolean SINGLE-VALUE )", NULL, NULL },
        { "translucent_local", "attr[,attr...]", 1, 2, 0,
-         ARG_STRING|ARG_MAGIC|TRANS_LOCAL,
+         ARG_MAGIC|TRANS_LOCAL,
          translucent_cf_gen,
          "( OLcfgOvAt:14.3 NAME 'olcTranslucentLocal' "
          "DESC 'Attributes to use in local search filter' "
          "SYNTAX OMsDirectoryString )", NULL, NULL },
        { "translucent_remote", "attr[,attr...]", 1, 2, 0,
-         ARG_STRING|ARG_MAGIC|TRANS_REMOTE,
+         ARG_MAGIC|TRANS_REMOTE,
          translucent_cf_gen,
          "( OLcfgOvAt:14.4 NAME 'olcTranslucentRemote' "
          "DESC 'Attributes to use in remote search filter' "