summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 625b550)
raw | patch | inline | side by side (parent: 625b550)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Jan 2008 12:58:51 +0000 (12:58 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Jan 2008 12:58:51 +0000 (12:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8632 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/contrib/openldap/gosa+samba3.schema | patch | blob | history | |
gosa-core/contrib/openldap/gosa.schema | patch | blob | history | |
gosa-core/contrib/openldap/goto.schema | patch | blob | history |
diff --git a/gosa-core/contrib/openldap/gosa+samba3.schema b/gosa-core/contrib/openldap/gosa+samba3.schema
index 201606694aa39e9b288dd7dabefff5c1aa913dad..24cf41f6e545a6a1f2a9585c5dc2a5669ce5c0c4 100644 (file)
DESC 'Timestamp for switching off current vacation message'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
+attributetype ( 1.3.6.1.4.1.10098.1.1.12.43 NAME 'gosaApplicationPriority'
+ DESC 'Keeps the application icon in png format'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
+
attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle'
DESC 'Field to represent the academic title'
EQUALITY caseIgnoreIA5Match
index a11a4c5d9a25299220de9f7c42895cd0d5fd87b3..f9ad7dcfe4f29d2ad604ffad05ca8fc6cc97d175 100644 (file)
DESC 'Timestamp for switching off current vacation message'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
+attributetype ( 1.3.6.1.4.1.10098.1.1.12.43 NAME 'gosaApplicationPriority'
+ DESC 'Keeps the application icon in png format'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
+
attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle'
DESC 'Field to represent the academic title'
EQUALITY caseIgnoreMatch
DESC 'Settings for gosa. Replaces parts of the gosa.conf. (v2.6)' SUP top STRUCTURAL
MAY ( gosaSetting ) )
+# GOto submenu entries
+objectclass (1.3.6.1.4.1.10098.1.2.1.43 NAME 'gotoSubmenuEntry'
+ DESC 'GOto - contains environment settings (v2.6)' SUP top STRUCTURAL
+ MUST ( cn )
+ MAY ( gosaApplicationIcon $ gosaApplicationPriority ) )
+
+# GOto menu entries
+objectclass (1.3.6.1.4.1.10098.1.2.1.44 NAME 'gotoMenuEntry'
+ DESC 'GOto - defines a menu entry (v2.6)' SUP top STRUCTURAL
+ MUST ( cn )
+ MAY ( gosaApplicationParameter $ gosaApplicationPriority ) )
+
index 2840c4eb31ea08cea95b6e4d89b655fff424f2c9..48ddf4d20da3753e0ae169fa19f2f14f014615a4 100644 (file)
# objectclass for the Terminal Conecept
objectclass (1.3.6.1.4.1.10098.1.2.1.42 NAME 'gotoDevice'
DESC 'GOto - contains environment settings (v2.2)' SUP top STRUCTURAL
- MUST ( cn )
+ MUST ( cn )
MAY ( gotoHotplugDevice ) )