Commit 012dc8f9 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #1038 Handle schema changes

No related merge requests found
Showing with 6 additions and 2 deletions
+6 -2
dn: cn=goserver,cn=schema,cn=config
changetype: modify
add: olcAttributeTypes
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)
-
......@@ -4,8 +4,6 @@ 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
......
  • 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