mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
Add supportedACIMechanisms and aCIMechanism attributetypes.
This commit is contained in:
parent
c2e18e1af7
commit
0cebfef468
1 changed files with 8 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue