Commit a0eccc09 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #1038 Handle schema changes

Showing with 4 additions and 1 deletion
+4 -1
......@@ -3,8 +3,11 @@ changetype: modify
add: olcAttributeTypes
olcAttributeTypes: ( 1.3.6.1.4.1.38414.6.10.1NAME 'printerWindowsInfFile' DESC 'Path to windows inf file for this printer' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
olcAttributeTypes: ( 1.3.6.1.4.1.38414.6.10.2NAME 'printerWindowsDriverDir' DESC 'Path to directory that contains windows drivers for this printer' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
olcAttributeTypes: ( 1.3.6.1.4.1.38414.6.10.3NAME 'printerWindowsDriverName' DESC 'Windows name of the printer driver' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
olcAttributeTypes: ( 1.3.6.1.4.1.10098.1.1.9.83 NAME 'goDHCPServerStatus' DESC 'Server status container - on / off / fail' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
olcAttributeTypes: ( 1.3.6.1.4.1.10098.1.1.9.84 NAME 'goDNSServerStatus' DESC 'Server status container - on / off / fail' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
-
replace: olcObjectClasses
# Object Class
olcObjectClasses: ( 1.3.6.1.4.1.10098.1.2.1.31NAME 'gotoPrinter' DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.2)' SUP top STRUCTURAL MUST ( cn ) MAY ( labeledURI $ description $ l $ gotoPrinterPPD $ macAddress $ ipHostNumber $ gotoUserPrinter $ gotoUserAdminPrinter $ gotoGroupPrinter $ gotoGroupAdminPrinter $ printerWindowsInfFile $ printerWindowsDriverDir) )
olcObjectClasses: ( 1.3.6.1.4.1.10098.1.2.1.31NAME 'gotoPrinter' DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.2)' SUP top STRUCTURAL MUST ( cn ) MAY ( labeledURI $ description $ l $ gotoPrinterPPD $ macAddress $ ipHostNumber $ gotoUserPrinter $ gotoUserAdminPrinter $ gotoGroupPrinter $ gotoGroupAdminPrinter $ goComment $ printerWindowsInfFile $ printerWindowsDriverDir $ printerWindowsDriverName) )
  • bmortier @bmortier

    mentioned in issue #390 (closed)

    By jordi on 2017-09-02T14:45:34 (imported from GitLab)

    ·

    mentioned in issue #390 (closed)

    By jordi on 2017-09-02T14:45:34 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment