From: cajus Date: Mon, 29 Aug 2005 12:45:05 +0000 (+0000) Subject: Added group printer flags X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4327278c42284c5c441e39be12c89ac56f210ec0;p=gosa.git Added group printer flags git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1256 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/gosa.conf b/contrib/gosa.conf index 833fc4943..d50fd3538 100644 --- a/contrib/gosa.conf +++ b/contrib/gosa.conf @@ -58,6 +58,7 @@ + @@ -68,6 +69,7 @@ + diff --git a/contrib/openldap/goto.schema b/contrib/openldap/goto.schema index 674b295a0..96de90aa3 100644 --- a/contrib/openldap/goto.schema +++ b/contrib/openldap/goto.schema @@ -349,7 +349,19 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.11.12 NAME 'gotoUserPrinter' 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' +attributetype ( 1.3.6.1.4.1.10098.1.1.11.13 NAME 'gotoUserAdminPrinter' + 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.16 NAME 'gotoGroupPrinter' + 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.17 NAME 'gotoGroupAdminPrinter' DESC 'GOto - keeps printers we are admin for' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch @@ -411,7 +423,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.31 NAME 'gotoPrinter' DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.2)' SUP top STRUCTURAL MUST ( cn ) MAY ( labeledURI $ description $ l $ gotoPrinterPPD $ macAddress $ ipHostNumber $ gotoUserPrinter $ - gotoAdminPrinter ) ) + gotoUserAdminPrinter $ gotoGroupPrinter $ gotoGroupAdminPrinter ) ) # objectclass for the Terminal Conecept objectclass (1.3.6.1.4.1.10098.1.2.1.32 NAME 'gotoEnvironment'