From: Howard Chu Date: Fri, 14 Jun 2002 08:16:06 +0000 (+0000) Subject: Fix OID clash in previous commit X-Git-Tag: NO_SLAP_OP_BLOCKS~1464 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=077aea81271ea29dbca4e7a0953cb6e3000d44c1;p=openldap Fix OID clash in previous commit --- diff --git a/servers/slapd/schema_prep.c b/servers/slapd/schema_prep.c index 78ebcd5f43..802af48b99 100644 --- a/servers/slapd/schema_prep.c +++ b/servers/slapd/schema_prep.c @@ -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 "