From 3a6d303684f2e24b7b177c9ba001b47035ecee13 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Thu, 12 Jun 2014 11:22:16 +0200 Subject: [PATCH] account activation related objectclass is auxiliary --- ldap/authentic.schema | 1 + 1 file changed, 1 insertion(+) diff --git a/ldap/authentic.schema b/ldap/authentic.schema index 18f51e0..13db788 100644 --- a/ldap/authentic.schema +++ b/ldap/authentic.schema @@ -39,5 +39,6 @@ attributeType ( AuthenticLdapAttributes:4 objectclass (AuthenticLdapObjectClass:1 NAME 'authenticEmailValidation' DESC '' + AUXILIARY MUST (mail $ activationKey $ activationStatus $ creationDate) MAY activationDate )