fix olcTranslucentLocal/Remote handling (ITS#5689)

This commit is contained in:
Pierangelo Masarati 2008-09-08 12:56:27 +00:00
parent f7679377f9
commit 45e980391c

View 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' "