summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bb28054)
raw | patch | inline | side by side (parent: bb28054)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Aug 2005 12:45:05 +0000 (12:45 +0000) | ||
committer | cajus <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 | patch | blob | history | |
contrib/openldap/goto.schema | patch | blob | history |
diff --git a/contrib/gosa.conf b/contrib/gosa.conf
index 833fc4943fc00aec6de59687123ebf9d7b396825..d50fd35386c48222252845a0b26b59df7ff26115 100644 (file)
--- a/contrib/gosa.conf
+++ b/contrib/gosa.conf
<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" />
<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)
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
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'