]> git.sur5r.net Git - openldap/commitdiff
Fix OID clash in previous commit
authorHoward Chu <hyc@openldap.org>
Fri, 14 Jun 2002 08:16:06 +0000 (08:16 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 14 Jun 2002 08:16:06 +0000 (08:16 +0000)
servers/slapd/schema_prep.c

index 78ebcd5f43dca7c021e77a85de4127688ae45e66..802af48b9998fbddbba2504bd14cd6520bf34f80 100644 (file)
@@ -478,7 +478,7 @@ static struct slap_schema_ad_map {
                        "SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )",
                NULL, SLAP_AT_HIDE, NULL, NULL, NULL,
                offsetof(struct slap_internal_schema, si_ad_children) },
-       { "saslAuthzTo", "( 1.3.6.1.4.1.4203.1.3.3 "
+       { "saslAuthzTo", "( 1.3.6.1.4.1.4203.1.3.6 "
                        "NAME 'saslAuthzTo' "
                        "DESC 'SASL proxy authorization targets' "
                        "EQUALITY caseExactMatch "
@@ -486,7 +486,7 @@ static struct slap_schema_ad_map {
                        "USAGE dSAOperation )",
                NULL, 0, NULL, NULL, NULL,
                offsetof(struct slap_internal_schema, si_ad_saslAuthzTo) },
-       { "saslAuthzFrom", "( 1.3.6.1.4.1.4203.1.3.4 "
+       { "saslAuthzFrom", "( 1.3.6.1.4.1.4203.1.3.7 "
                        "NAME 'saslAuthzFrom' "
                        "DESC 'SASL proxy authorization sources' "
                        "EQUALITY caseExactMatch "