From: Kurt Zeilenga Date: Fri, 14 Jun 2002 08:25:14 +0000 (+0000) Subject: Use experimental OIDs for saslAuth attributes and hide 'em X-Git-Tag: NO_SLAP_OP_BLOCKS~1463 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3b695bc6c855ca79136f5f9a184804e73ad06f20;p=openldap Use experimental OIDs for saslAuth attributes and hide 'em make the usage distributedOperation --- diff --git a/servers/slapd/schema_prep.c b/servers/slapd/schema_prep.c index 802af48b99..64d3de2164 100644 --- a/servers/slapd/schema_prep.c +++ b/servers/slapd/schema_prep.c @@ -478,21 +478,21 @@ 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.6 " + { "saslAuthzTo", "( 1.3.6.1.4.1.4203.666.1.8 " "NAME 'saslAuthzTo' " "DESC 'SASL proxy authorization targets' " "EQUALITY caseExactMatch " "SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 " - "USAGE dSAOperation )", - NULL, 0, NULL, NULL, NULL, + "USAGE distributedOperation )", + NULL, SLAP_AT_HIDE, NULL, NULL, NULL, offsetof(struct slap_internal_schema, si_ad_saslAuthzTo) }, - { "saslAuthzFrom", "( 1.3.6.1.4.1.4203.1.3.7 " + { "saslAuthzFrom", "( 1.3.6.1.4.1.4203.666.1.9 " "NAME 'saslAuthzFrom' " "DESC 'SASL proxy authorization sources' " "EQUALITY caseExactMatch " "SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 " - "USAGE dSAOperation )", - NULL, 0, NULL, NULL, NULL, + "USAGE distributedOperation )", + NULL, SLAP_AT_HIDE, NULL, NULL, NULL, offsetof(struct slap_internal_schema, si_ad_saslAuthzFrom) }, #ifdef SLAPD_ACI_ENABLED { "OpenLDAPaci", "( 1.3.6.1.4.1.4203.666.1.5 "