Skip to content
Snippets Groups Projects
Select Git revision
  • 434c31f9338fb0aa9adef49307c7fe59716e0686
  • master default protected
2 results

pirati.schema

Blame
  • Andrej Ramašeuski's avatar
    434c31f9
    History
    pirati.schema 1.97 KiB
    attributetype ( 1.3.6.1.4.1.55307.2.3.1 NAME 'superiorTeam'
    	DESC 'Nadrizeny tym'
    	SUP distinguishedName
    	EQUALITY distinguishedNameMatch
    	SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
    	USAGE userApplications )
    attributetype ( 1.3.6.1.4.1.55307.2.3.2 NAME 'teamLeader'
    	DESC 'Vedouci tymu'
    	SUP distinguishedName
    	EQUALITY distinguishedNameMatch
    	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.3 NAME 'teamLeaderSubstitute'
    	DESC 'Zástupce vedoucího týmu'
    	SUP distinguishedName
    	EQUALITY distinguishedNameMatch
    	SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
    	USAGE userApplications )
    attributetype ( 1.3.6.1.4.1.55307.2.3.4 NAME 'forumId'
    	DESC 'Identifikator na piratskem foru'
    	EQUALITY integerMatch
    	ORDERING integerOrderingMatch
    	SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
    	SINGLE-VALUE
    	USAGE userApplications )
    attributetype ( 1.3.6.1.4.1.55307.2.3.5 NAME 'isEnabled'
    	DESC 'Uzivatel je aktivni'
    	EQUALITY booleanMatch
    	SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
    	SINGLE-VALUE
    	USAGE userApplications )
    attributetype ( 1.3.6.1.4.1.55307.2.3.6 NAME 'emailVerified'
    	DESC 'Registracni email je overen'
    	EQUALITY booleanMatch
    	SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
    	SINGLE-VALUE
    	USAGE userApplications )
    attributetype ( 1.3.6.1.4.1.55307.2.3.7 NAME 'contactEmail'
    	DESC 'Kontaktni email'
    	EQUALITY caseIgnoreIA5Match
    	SUBSTR caseIgnoreIA5SubstringsMatch
    	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128}
    	USAGE userApplications )
    attributetype ( 1.3.6.1.4.1.55307.2.3.8 NAME 'isTeam'
    	DESC 'Skupina je tym'
    	EQUALITY booleanMatch
    	SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
    	SINGLE-VALUE
    	USAGE userApplications )
    objectclass ( 1.3.6.1.4.1.55307.2.4.1 NAME 'groupOfPirates'
    	DESC 'Piratska skupina'
    	SUP top
    	STRUCTURAL
    	MUST cn
    	MAY ( member $ description $ gidNumber $ email $ superiorTeam $ teamLeader $ teamLeaderSubstitute ) )
    objectclass ( 1.3.6.1.4.1.55307.2.4.2 NAME 'pirate'
    	DESC 'Pirat'
    	SUP inetOrgPerson
    	AUXILIARY
    	MAY ( contactEmail $ emailVerified $ forumId $ userEnabled ) )