Skip to content

Instantly share code, notes, and snippets.

@adrien-f
Created April 16, 2014 17:40
Show Gist options
  • Save adrien-f/10912053 to your computer and use it in GitHub Desktop.
Save adrien-f/10912053 to your computer and use it in GitHub Desktop.
attributetype ( 1.3.6.1.4.1.39478.1.2 NAME 'ts3uid'
DESC 'Teamspeak3 UID'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attributetype ( 1.3.6.1.4.1.39478.1.3 NAME 'corporation'
DESC 'EVE Corporation'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attributetype ( 1.3.6.1.4.1.39478.1.4 NAME 'alliance'
DESC 'EVE Alliance'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attribute ( 1.3.6.1.4.1.39478.1.5 NAME 'accountStatus'
DESC 'Account Status'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
attribute ( 1.3.6.1.4.1.39478.1.6 NAME 'keyID'
DESC 'API key ID'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attribute ( 1.3.6.1.4.1.39478.1.7 NAME 'vCode'
DESC 'API key vCode'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attribute ( 1.3.6.1.4.1.39478.1.8 NAME 'authGroup'
DESC 'Auth System Group'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
attribute ( 1.3.6.1.4.1.39478.1.9 NAME 'characterName'
DESC 'Character Name'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attributetype ( 1.3.6.1.4.1.39478.1.10 NAME 'alt'
DESC 'Linked character'
SUP distinguishedName )
attributetype ( 1.3.6.1.4.1.39478.1.11 NAME 'recommendedBy'
DESC 'User this user was recommended by'
SUP distinguishedName )
objectclass ( 1.3.6.1.4.1.39478.1.1
NAME 'xxPilot'
AUXILIARY
DESC 'Pilot registered with the Confederation of xXPIZZAXx'
MUST ( characterName $ keyID $ vCode $ corporation )
MAY ( ts3uid $ authGroup $ alliance $ email $ accountStatus $ alt $ recommendedBy ) )
attributetype ( 1.3.6.1.4.1.39478.2.2 NAME 'redditName'
DESC 'Reddit Account Name'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
attributetype ( 1.3.6.1.4.1.39478.2.3 NAME 'redditToken'
DESC 'Reddit Account Token'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
objectclass ( 1.3.6.1.4.1.39478.2.1
NAME 'redditAccount'
AUXILIARY
DESC 'Reddit Account'
MUST ( redditName $ redditToken ) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment