Skip to content
Snippets Groups Projects
Select Git revision
  • 87c9f744f10d084150b20c5fae1cc65a115bd000
  • test default protected
  • master protected
  • niki_edit_branch
  • feat/custom-css
  • feat/redesign-improvements-10
  • feat/redesign-improvements-8
  • feat/redesign-fixes-3
  • feat/pirstan-changes
  • feat/separate-import-thread
  • feat/dary-improvements
  • features/add-pdf-page
  • features/add-typed-table
  • features/fix-broken-calendar-categories
  • features/add-embed-to-articles
  • features/create-mastodon-feed-block
  • features/add-custom-numbering-for-candidates
  • features/add-timeline
  • features/create-wordcloud-from-article-page
  • features/create-collapsible-extra-legal-info
  • features/extend-hero-banner
21 results

apps.py

Blame
  • pirati.schema 1.96 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'
    	AUXILIARY
    	MAY ( contactEmail $ emailVerified $ forumId $ userEnabled ) )