]> git.sur5r.net Git - openldap/commitdiff
Add supportedACIMechanisms and aCIMechanism attributetypes.
authorMark Valence <mrv@openldap.org>
Mon, 22 Nov 1999 18:24:08 +0000 (18:24 +0000)
committerMark Valence <mrv@openldap.org>
Mon, 22 Nov 1999 18:24:08 +0000 (18:24 +0000)
servers/slapd/schema/core.schema

index 12f7d0a44e74371de3977e79d23e198803d4832b..043d0a6b28c19800d6c2a6a7f9c54027e4ebddc6 100644 (file)
@@ -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'