summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0436b80)
raw | patch | inline | side by side (parent: 0436b80)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Oct 2007 13:57:11 +0000 (13:57 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Oct 2007 13:57:11 +0000 (13:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7450 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/openldap/goserver.schema | patch | blob | history | |
contrib/openldap/gosystem.schema | patch | blob | history | |
contrib/openldap/goto.schema | patch | blob | history |
index 32249739a442c108849db8fc717991598ef4eee4..97edc9d7d5aa924ef4e7b8500d9fcb4d6250b6cd 100644 (file)
objectclass (1.3.6.1.4.1.10098.1.2.1.40 NAME 'gosaLogServer' SUP top AUXILIARY
DESC 'GOsa log server (v2.6)'
MUST ( cn $ goLogDB $ goLogDBUser $ goLogDBPassword ))
+
+# Environment Server
+objectclass (1.3.6.1.4.1.10098.1.2.1.41 NAME 'goEnvironmentServer' SUP top AUXILIARY
+ DESC 'Environment server definition (v2.6)'
+ MUST ( cn )
+ MAY ( gotoKioskProfile ) )
+
index 2f68d68056670696208f5f8563dffad477025929..428a73249a0d1db789c13411ba85b8b7f68892c3 100644 (file)
DESC 'Kernel boot parameters'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- SINGLE-VALUE)
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
attributetype ( 1.3.6.1.4.1.10098.1.1.1.39 NAME 'gotoScannerBackend'
DESC 'GOto - Gonicus Terminal Concept, value scannerBackend.'
index 0c7ade886f84df12d1781ef4c4f6229d63a9d4df..d9178ace5602670ead5621357fce25a985ce9fdf 100644 (file)
DESC 'GOto - specifies a kiosk profile'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
attributetype ( 1.3.6.1.4.1.10098.1.1.11.12 NAME 'gotoUserPrinter'
DESC 'GOto - keeps printers shown for this user'
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
+attributetype ( 1.3.6.1.4.1.10098.1.1.11.16 NAME 'gotoHotplugDeviceDN'
+ DESC 'GOto - points to hotplug devices'
+ EQUALITY caseIgnoreIA5Match
+ SUBSTR caseIgnoreIA5SubstringsMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
+
objectclass (1.3.6.1.4.1.10098.1.2.1.1 NAME 'gotoTerminal'
DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.5)' SUP top AUXILIARY
MUST ( cn )
gotoAutoFs $ gotoModules $ gotoAdaptPath $ gotoKernelParameters $ gotoBootKernel $
gotoTerminalPath $ gotoLdapServer $ gotoScannerModel ))
+# objectclass for the Terminal Conecept
+objectclass (1.3.6.1.4.1.10098.1.2.1.36 NAME 'gotoDevice'
+ DESC 'GOto - contains environment settings (v2.2)' SUP top AUXILIARY
+ MUST ( cn )
+ MAY ( gotoHotplugDevice ) )
+