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
Raw Normal View History

2014-06-06 15:06:52 +02:00
# Authentic
#
# Date : 20140606
# Révision :
# * 20140606 - Serghei Mihai - Initial draft
#
2014-06-10 14:59:49 +02:00
objectIdentifier EoRoot 1.3.6.1.4.1.36560
objectIdentifier EoClientRoot EoRoot:3
2014-06-06 15:06:52 +02:00
2014-06-10 14:59:49 +02:00
objectIdentifier AuthenticRoot EoClientRoot:1128
2014-06-06 15:06:52 +02:00
objectIdentifier AuthenticLdap AuthenticRoot:1
objectIdentifier AuthenticLdapAttributes AuthenticLdap:2
objectIdentifier AuthenticLdapObjectClass AuthenticLdap:3
attributeType (AuthenticLdapAttributes:1
NAME 'activationKey'
DESC 'user activation key'
2014-06-13 17:43:58 +02:00
EQUALITY caseExactIA5Match
2014-06-06 15:06:52 +02:00
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
2014-06-10 14:59:49 +02:00
SINGLE-VALUE )
2014-06-06 15:06:52 +02:00
2014-06-10 14:59:49 +02:00
attributeType ( AuthenticLdapAttributes:3
2014-06-06 15:06:52 +02:00
NAME 'creationDate'
DESC 'email record creation date'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
2014-06-10 14:59:49 +02:00
SINGLE-VALUE )
2014-06-06 15:06:52 +02:00
2014-06-10 14:59:49 +02:00
attributeType ( AuthenticLdapAttributes:4
2014-06-06 15:06:52 +02:00
NAME 'activationDate'
DESC 'email record activation date'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
2014-06-10 14:59:49 +02:00
SINGLE-VALUE )
2014-06-06 15:06:52 +02:00
objectclass (AuthenticLdapObjectClass:1
NAME 'authenticEmailValidation'
DESC ''
AUXILIARY
2014-06-06 15:06:52 +02:00
MUST (mail $ activationKey $ activationStatus $ creationDate)
MAY activationDate )