[ldap] change LDAP schema base OID for EO oid

This commit is contained in:
Benjamin Dauvergne 2011-05-06 14:31:42 +00:00
parent 8dd6edb824
commit fa1eb2ae22
1 changed files with 19 additions and 13 deletions

View File

@ -4,73 +4,79 @@
# This schema allows to store federation objects # This schema allows to store federation objects
# #
objectIdentifier EoRoot 1.3.6.4.1.10650 objectIdentifier EoRoot 1.3.6.4.1.36560
objectIdentifier EoSAMLRoot EoRoot:1 objectIdentifier EoSAMLRoot EoRoot:1
objectIdentifier EoSAMLAttribute EoSAMLRoot:1 objectIdentifier EoSAMLAttribute EoSAMLRoot:1
objectIdentifier EoSAMLClass EoSAMLRoot:2 objectIdentifier EoSAMLClass EoSAMLRoot:2
objectIdentifier Boolean 1.3.6.1.4.1.1466.115.121.1.7
objectIdentifier UTF8 1.3.6.1.4.1.1466.115.121.1.15
objectIdentifier DateEtHeure 1.3.6.1.4.1.1466.115.121.1.24
objectIdentifier ASCII 1.3.6.1.4.1.1466.115.121.1.26
objectIdentifier Entier 1.3.6.1.4.1.1466.115.121.1.27
objectIdentifier Binaire 1.3.6.1.4.1.1466.115.121.1.40
# Attributes # Attributes
attributeType ( EoSAMLAttribute:1 attributeType ( EoSAMLAttribute:1
NAME 'NameID' NAME 'NameID'
DESC 'A name identifier shared by an IdP and a SP' DESC 'A name identifier shared by an IdP and a SP'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SYNTAX UTF8
SINGLE-VALUE ) SINGLE-VALUE )
attributeType ( EoSAMLAttribute:2 attributeType ( EoSAMLAttribute:2
NAME 'NameQualifier' NAME 'NameQualifier'
DESC 'A Qualifier for the federation' DESC 'A Qualifier for the federation'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SYNTAX ASCII
SINGLE-VALUE ) SINGLE-VALUE )
attributeType ( EoSAMLAttribute:3 attributeType ( EoSAMLAttribute:3
NAME 'SPNameQualifier' NAME 'SPNameQualifier'
DESC 'A Qualifier for the federation' DESC 'A Qualifier for the federation'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SYNTAX ASCII
SINGLE-VALUE ) SINGLE-VALUE )
attributeType ( EoSAMLAttribute:4 attributeType ( EoSAMLAttribute:4
NAME 'Format' NAME 'Format'
DESC 'A format for the federation' DESC 'A format for the federation'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SYNTAX ASCII
SINGLE-VALUE ) SINGLE-VALUE )
attributeType ( EoSAMLAttribute:5 attributeType ( EoSAMLAttribute:5
NAME 'SPProvidedID' NAME 'SPProvidedID'
DESC 'A format for the federation' DESC 'A format for the federation'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SYNTAX ASCII
SINGLE-VALUE ) SINGLE-VALUE )
attributeType ( EoSAMLAttribute:6 attributeType ( EoSAMLAttribute:6
NAME 'entityID' NAME 'entityID'
DESC 'An URI identifying a SAMLv2 entity' DESC 'An URI identifying a SAMLv2 entity'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SYNTAX ASCII
SINGLE-VALUE ) SINGLE-VALUE )
attributeType ( EoSAMLAttribute:7 attributeType ( EoSAMLAttribute:7
NAME 'metadataURL' NAME 'metadataURL'
DESC 'An URL where the metadata for this entity can be retrieved' DESC 'An URL where the metadata for this entity can be retrieved'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SYNTAX ASCII
SINGLE-VALUE ) SINGLE-VALUE )
attributeType ( EoSAMLAttribute:7 attributeType ( EoSAMLAttribute:8
NAME 'metadataContent' NAME 'metadataContent'
DESC 'Metadata document for a SAMLv2 entity' DESC 'Metadata document for a SAMLv2 entity'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SYNTAX Binaire
SINGLE-VALUE ) SINGLE-VALUE )
# Classes # Classes
objectclass ( EOSAMLClass:1 objectclass ( EoSAMLClass:1
NAME 'saml2Federation' NAME 'saml2Federation'
DESC 'A SAMLv2 federation' DESC 'A SAMLv2 federation'
STRUCTURAL STRUCTURAL
MUST ( NameID ) MUST ( NameID )
MAY ( NameQualifier $ SPNameQualifier $ Format $ SPProvidedID )) MAY ( NameQualifier $ SPNameQualifier $ Format $ SPProvidedID ))
objectclass ( EOSAMLClass:2 objectclass ( EoSAMLClass:2
NAME 'saml2Entity' NAME 'saml2Entity'
DESC 'A SAMLv2 entity' DESC 'A SAMLv2 entity'
STRUCTURAL STRUCTURAL
MUST ( entityID ) MUST ( entityID )
MAY ( metadataURL $ metadataContent ) MAY ( metadataURL $ metadataContent ))