mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix olcSubordinate OID clash
This commit is contained in:
parent
8eed3a4bb5
commit
7539786f01
@ -483,7 +483,7 @@ static ConfigTable config_back_cf_table[] = {
|
||||
"( OLcfgGlAt:63 NAME 'olcSrvtab' "
|
||||
"SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
|
||||
{ "subordinate", "[advertise]", 1, 2, 0, ARG_DB|ARG_MAGIC,
|
||||
&config_subordinate, "( OLcfgDbAt:0.14 NAME 'olcSubordinate' "
|
||||
&config_subordinate, "( OLcfgDbAt:0.15 NAME 'olcSubordinate' "
|
||||
"SYNTAX OMsDirectoryString )", NULL, NULL },
|
||||
{ "suffix", "suffix", 2, 2, 0, ARG_DB|ARG_DN|ARG_QUOTE|ARG_MAGIC,
|
||||
&config_suffix, "( OLcfgDbAt:0.10 NAME 'olcSuffix' "
|
||||
|
Loading…
Reference in New Issue
Block a user