From 16543a1d3cc6882f3e4d9b505338caef0bc89c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Sat, 18 Apr 2020 03:07:39 +0200 Subject: [PATCH] Oprava chyby --- bootstrap/schema/pirati.schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/schema/pirati.schema b/bootstrap/schema/pirati.schema index 2c3c1d2..4d5cea1 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 ) ) -- GitLab