Open group policy schema - adericbourg/open-group-policy GitHub Wiki

Warning: this only a "draft". There are some duplicate entries here.

 # OIDs :
 # 1.3.6.1.4.1.7135.1.3.136.1 for attributes
 # 1.3.6.1.4.1.7135.1.3.136.2 for objectClass
 
 attributeType ( 1.3.6.1.4.1.7135.1.3.136.1.1
         NAME 'ogpXmlConfig'
         DESC 'per OU XML configuration description'
         EQUALITY caseExactMatch
         SINGLE-VALUE
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # Directory String
 
 attributeType ( 1.3.6.1.4.1.7135.1.3.136.1.2
         NAME 'ogpMachineCertificate'
         DESC 'Machine X509 certificate'
         EQUALITY certificateExactMatch
         SINGLE-VALUE
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 ) # Certificate
 
 objectClass ( 1.3.6.1.4.1.7135.1.3.136.2.2
         NAME 'ogpComputer'
         DESC 'OGP Machine description'
         SUP computer
         MUST ogpMachineCertificate
         MAY description )
 
 objectclass ( 2.5.6.5
         NAME 'organizationalUnit'
         SUP top
         STRUCTURAL
         MUST ou
         MAY (c $ l $ st $ street $ searchGuide $ businessCategory $
                 postalAddress $ postalCode $ postOfficeBox $
                 physicalDeliveryOfficeName $ telephoneNumber $ telexNumber $
                 teletexTerminalIdentifier $ facsimileTelephoneNumber $ x121Address $
                 internationalISDNNumber $ registeredAddress $ destinationIndicator $
                 preferredDeliveryMethod $ seeAlso $ userPassword $ co $ countryCode $
                 desktopProfile $ defaultGroup $ managedBy $ uPNSuffixes $ gPLink $
                 gPOptions $ thumbnailLogo $
                 ogpXmlConfig $ description ) )
 
⚠️ **GitHub.com Fallback** ⚠️