From: cajus Date: Tue, 23 Aug 2005 08:22:28 +0000 (+0000) Subject: Updated schema files X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4bc5a5d35dd3bc7a0a4ed824893186a320cf9824;p=gosa.git Updated schema files git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1202 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/goto.schema b/contrib/openldap/goto.schema index 484838b4c..49ce576ad 100644 --- a/contrib/openldap/goto.schema +++ b/contrib/openldap/goto.schema @@ -325,6 +325,48 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.11.8 NAME 'gotoProfileServer' 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.9 NAME 'gotoShare' + DESC 'GOto - specifies a share' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +attributetype ( 1.3.6.1.4.1.10098.1.1.11.10 NAME 'gotoLogonScript' + DESC 'GOto - specifies a LogonScript' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +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) + +attributetype ( 1.3.6.1.4.1.10098.1.1.11.12 NAME 'gotoUserPrinter' + DESC 'GOto - keeps printers shown for this user' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +attributetype ( 1.3.6.1.4.1.10098.1.1.11.13 NAME 'gotoAdminPrinter' + DESC 'GOto - keeps printers we are admin for' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +attributetype ( 1.3.6.1.4.1.10098.1.1.11.14 NAME 'gotoHotplugDevice' + DESC 'GOto - keeps hotplug devices' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +attributetype ( 1.3.6.1.4.1.10098.1.1.11.14 NAME 'gotoProfileQuota' + DESC 'GOto - save quota for home' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) + ## ## Objectclasses ## @@ -373,5 +415,6 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.31 NAME 'gotoPrinter' # objectclass for the Terminal Conecept objectclass (1.3.6.1.4.1.10098.1.2.1.32 NAME 'gotoEnvironment' DESC 'GOto - contains environment settings (v2.2)' SUP top STRUCTURAL - MAY ( gotoProfileServer $ gotoProfileFlags $ gotoXResolution ) ) + MAY ( gotoProfileServer $ gotoProfileFlags $ gotoXResolution $ gotoShare $ gotoLogonScript $ + gotoKioskProfile $ gotoUserPrinter $ gotoAdminPrinter $ gotoHotplugDevice $ gotoProfileQuota ) )