Code

Added group printer flags
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 29 Aug 2005 12:45:05 +0000 (12:45 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 29 Aug 2005 12:45:05 +0000 (12:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1256 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/gosa.conf
contrib/openldap/goto.schema

index 833fc4943fc00aec6de59687123ebf9d7b396825..d50fd35386c48222252845a0b26b59df7ff26115 100644 (file)
@@ -58,6 +58,7 @@
        <usertabs>
                <tab class="user" name="Generic" />
                <tab class="posixAccount" name="Unix" />
+               <tab class="environment" name="Environment" />
                <tab class="mailAccount" name="Mail" />
                <tab class="sambaAccount" name="Samba" />
                <tab class="connectivity" name="Connectivity" />
@@ -68,6 +69,7 @@
 
        <grouptabs>
                <tab class="group" name="Generic" />
+               <tab class="environment" name="Environment" />
                <tab class="appgroup" name="Applications" />
                <tab class="mailgroup" name="Mail" />
                <tab class="acl" name="ACL" />
index 674b295a0ce743291b40307528b95090e685e15e..96de90aa3c20a9fde3f4c41706de7d46875f6fdd 100644 (file)
@@ -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'