diff --git a/bootstrap/schema/pirati.schema b/bootstrap/schema/pirati.schema
index 2c3c1d2df8bfc749c89ce5577cad8f85f7e64371..4d5cea136c6345c8a683da5742c187d0025629a9 100644
--- a/bootstrap/schema/pirati.schema
+++ b/bootstrap/schema/pirati.schema
@@ -53,8 +53,8 @@ objectclass ( 1.3.6.1.4.1.55307.2.4.1 NAME 'groupOfPirates'
 	SUP top
 	STRUCTURAL
 	MUST cn
-	MAY ( member $ description $ gidNumber $ email $ superiorTeam $ teamLeader $ teamLeaderSubstitute ) )
+	MAY ( member $ description $ gidNumber $ email $ superiorTeam $ teamLeader $ teamLeaderSubstitute $ isTeam ) )
 objectclass ( 1.3.6.1.4.1.55307.2.4.2 NAME 'pirate'
 	DESC 'Pirat'
 	AUXILIARY
-	MAY ( contactEmail $ emailVerified $ forumId $ userEnabled ) )
+	MAY ( contactEmail $ emailVerified $ forumId $ isEnabled ) )