Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Introduction

The present LDAP schema in Triplesec has some known flaws. This document here corrects several flaws in the LDAP schema used for the RBAC model within Triplesec.

Schema Entities

No Format


attributetype ( OID_TBD
        NAME 'rbacScopeId'
        DESC 'a unique identifier for rbac scope'
        EQUALITY caseExactMatch
        SUBSTR caseExactSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
    )

objectclass ( OID_TBD 
    NAME 'rbacScope'
    SUP top
    STRUCTURAL
    MUST ( rbacScopeId )
    MAY  ( discription )
    )


Cardinality and Referential Integrity