From: Mark Valence Date: Mon, 22 Nov 1999 18:24:08 +0000 (+0000) Subject: Add supportedACIMechanisms and aCIMechanism attributetypes. X-Git-Tag: UCDATA_2_4~179 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0cebfef468b52d43e14cadf1fb307b083cd041cd;p=openldap Add supportedACIMechanisms and aCIMechanism attributetypes. --- diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index 12f7d0a44e..043d0a6b28 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -82,6 +82,14 @@ attributetype ( 1.3.6.1.4.1.1466.101.120.14 NAME 'supportedSASLMechanisms' attributetype ( 1.3.6.1.4.1.1466.101.120.15 NAME 'supportedLDAPVersion' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 USAGE dSAOperation ) +attributetype ( supportedACIMechanismsOID NAME 'supportedACIMechanisms' + DESC 'list of access control mechanisms supported by this directory server' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation ) + +attributetype ( aCIMechanismOID NAME 'aCIMechanism' + DESC 'list of access control mechanism supported in this subtree' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation ) + # LDAP Subschema Atrribute from RFC2252 attributetype ( 1.3.6.1.4.1.1466.101.120.16 NAME 'ldapSyntaxes'