summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 448b694)
raw | patch | inline | side by side (parent: 448b694)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 16:03:25 +0000 (16:03 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 16:03:25 +0000 (16:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8676 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/contrib/openldap/gosystem.schema | patch | blob | history |
diff --git a/gosa-core/contrib/openldap/gosystem.schema b/gosa-core/contrib/openldap/gosystem.schema
index db3fbc9e10de579b3582c46eb2b06f556a98ab40..113a4b894542a61ab7e7158b79e0d77caa92cfb0 100644 (file)
DESC 'GOto - Gonicus Terminal Concept, value xdmcpServer.'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ SINGLE-VALUE)
attributetype ( 1.3.6.1.4.1.10098.1.1.1.16 NAME 'gotoXMethod'
DESC 'GOto - Gonicus Terminal Concept, value xMethod.'
DESC 'Kernel boot parameters'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+ SINGLE-VALUE)
attributetype ( 1.3.6.1.4.1.10098.1.1.1.39 NAME 'gotoScannerBackend'
DESC 'GOto - Gonicus Terminal Concept, value scannerBackend.'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE)
+attributetype ( 1.3.6.1.4.1.10098.1.1.2.11 NAME 'gotoSysStatus'
+ DESC 'Keeps current system status - info shown in GOsa'
+ EQUALITY caseIgnoreIA5Match
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ SINGLE-VALUE)
# objectclass for Hardware definitions
objectclass (1.3.6.1.4.1.10098.1.2.1.3 NAME 'GOhard'
gotoXColordepth $ gotoXMouseport $ gotoXMouseButtons $ gotoMode $ gotoXKbModel $
gotoXKbLayout $ gotoXKbVariant $ gotoXDriver $ gotoXMouseType $ macAddress $
gotoAutoFs $ gotoModules $ gotoAdaptPath $ gotoKernelParameters $ gotoBootKernel $
- gotoTerminalPath $ gotoLdapServer $ gotoScannerModel $ ipHostNumber $ l $ description ) )
+ gotoTerminalPath $ gotoLdapServer $ gotoScannerModel $ ipHostNumber $ l $
+ gotoSysStatus $ description ) )