diff --git a/bootstrap/schema/pirati.schema b/bootstrap/schema/pirati.schema new file mode 100644 index 0000000000000000000000000000000000000000..2cd2bf15cd6a0df0acb7278a3b7d5e39a299919b --- /dev/null +++ b/bootstrap/schema/pirati.schema @@ -0,0 +1,20 @@ +attributetype ( 1.3.6.1.4.1.55307.2.3.1 NAME 'superiorTeam' + DESC 'Nadřízený tým' + SUP distinguishedName + SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 + SINGLE-VALUE + USAGE userApplications ) +attributetype ( 1.3.6.1.4.1.55307.2.3.2 NAME 'teamLeader' + DESC 'Vedoucí týmu' + SUP distinguishedName + SINGLE-VALUE + USAGE userApplications ) +attributetype ( 1.3.6.1.4.1.55307.2.3.3 NAME 'teamLeaderSubstitute' + DESC 'Zástupce vedoucího týmu' + USAGE userApplications ) +objectclass ( 1.3.6.1.4.1.55307.2.4.1 NAME ( 'teamOfPirates' 'groupOfPirates' ) + DESC 'Piratský tým' + SUP top + STRUCTURAL + MUST cn + MAY ( member $ description $ gidNumber $ email $ superiorTeam $ teamLeader $ teamLeaderSubstitute ) )