]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10325 slapd-dsaschema: Use assigned OIDs
authorOndřej Kuzník <ondra@mistotebe.net>
Mon, 14 Apr 2025 13:56:58 +0000 (14:56 +0100)
committerOndřej Kuzník <ondra@openldap.org>
Thu, 24 Apr 2025 07:34:47 +0000 (07:34 +0000)
contrib/slapd-modules/dsaschema/dsaschema.c

index 744f332c85073e15b24f766a814e49072ed0c9d3..ef7b6ba3868410ba447382314922aa5499fb6514 100644 (file)
@@ -77,7 +77,7 @@ static ConfigTable dsaschemacfg[] = {
 static ConfigLDAPadd dsaschema_ldadd;
 
 static ConfigOCs dsaschemaocs[] = {
-       { "( OLcfgOvOc:11.1 "
+       { "( OLcfgCtOc:11.1 "
          "NAME 'olcDSASchemaConfig' "
          "DESC 'DSA schema object' "
          "SUP olcSchemaConfig STRUCTURAL )",