This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
cud/ldap/authentic.schema

46 lines
1.3 KiB
Plaintext

# Authentic
#
# Date : 20140606
# Révision :
# * 20140606 - Serghei Mihai - Initial draft
#
objectIdentifier EoRoot 1.3.6.1.4.1.36560
objectIdentifier EoClientRoot EoRoot:3
objectIdentifier AuthenticRoot EoClientRoot:1128
objectIdentifier AuthenticLdap AuthenticRoot:1
objectIdentifier AuthenticLdapAttributes AuthenticLdap:2
objectIdentifier AuthenticLdapObjectClass AuthenticLdap:3
attributeType (AuthenticLdapAttributes:1
NAME 'activationKey'
DESC 'user activation key'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
attributeType (AuthenticLdapAttributes:2
NAME 'activationStatus'
DESC 'user account activation status'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
attributeType ( AuthenticLdapAttributes:3
NAME 'creationDate'
DESC 'email record creation date'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributeType ( AuthenticLdapAttributes:4
NAME 'activationDate'
DESC 'email record activation date'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
objectclass (AuthenticLdapObjectClass:1
NAME 'authenticEmailValidation'
DESC ''
AUXILIARY
MUST (mail $ activationKey $ activationStatus $ creationDate)
MAY activationDate )