X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fopenldap%2Fgoto.schema;fp=contrib%2Fopenldap%2Fgoto.schema;h=d9178ace5602670ead5621357fce25a985ce9fdf;hb=6204daddfb66c39a78079fb42baaa9689d9ec2e6;hp=0c7ade886f84df12d1781ef4c4f6229d63a9d4df;hpb=0436b800d6a242cff7dc2a694c8ed0b6ae668005;p=gosa.git diff --git a/contrib/openldap/goto.schema b/contrib/openldap/goto.schema index 0c7ade886..d9178ace5 100644 --- a/contrib/openldap/goto.schema +++ b/contrib/openldap/goto.schema @@ -45,7 +45,7 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.11.11 NAME 'gotoKioskProfile' 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' @@ -83,6 +83,12 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.11.15 NAME 'gotoProfileQuota' 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 ) @@ -141,3 +147,9 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.35 NAME 'gotoTerminalTemplate' 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 ) ) +