Code

Removed mimetypes from contrib gosa.conf
[gosa.git] / contrib / openldap / goserver.schema
index d2f6f974a0510a451236f8b1080bb1c59f628fe8..4fa66c00ea2bcfeb9d27bdd1fc92dcd763bb63a2 100644 (file)
@@ -25,8 +25,8 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.2 NAME 'goFontPath'
 # Attributes for common Gonicus Server Class
 attributetype ( 1.3.6.1.4.1.10098.1.1.9.4 NAME 'goExportEntry'
        DESC 'Provides an export entry'
-       EQUALITY caseExactIA5Match
-       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
+       EQUALITY caseExactMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
 
 attributetype ( 1.3.6.1.4.1.10098.1.1.9.9 NAME 'goSyslogSection'
        DESC 'What sections wants the server for its syslog service? i.e. *.*'
@@ -45,8 +45,8 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.11 NAME 'goSpoolPath'
 
 attributetype ( 1.3.6.1.4.1.10098.1.1.9.12 NAME 'goLdapBase'
        DESC 'Base to use for this LDAP server'
-       EQUALITY caseExactIA5Match
-       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+       EQUALITY caseExactMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
        SINGLE-VALUE)
 
 attributetype ( 1.3.6.1.4.1.10098.1.1.9.13 NAME 'goImapName'
@@ -151,6 +151,23 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.29 NAME 'goFonCountryCode'
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
         SINGLE-VALUE)
 
+attributetype ( 1.3.6.1.4.1.10098.1.1.9.30 NAME 'goGlpiAdmin'
+       DESC 'Admin principal for glpi database server'
+       EQUALITY caseExactIA5Match
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+       SINGLE-VALUE)
+
+attributetype ( 1.3.6.1.4.1.10098.1.1.9.31 NAME 'goGlpiPassword'
+       DESC 'Admin password for glpi database server'
+       EQUALITY caseExactIA5Match
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+       SINGLE-VALUE)
+
+attributetype ( 1.3.6.1.4.1.10098.1.1.9.32 NAME 'goGlpiDatabase'
+       DESC 'Database name for glpi extension'
+       EQUALITY caseExactIA5Match
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+       SINGLE-VALUE)
 ##
 ##             Objectclasses
 ##
@@ -210,7 +227,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.26 NAME 'goFaxServer' SUP top AUXILIARY
        MAY  ( description ))
 
 # Common server class
-objectclass (1.3.6.1.4.1.10098.1.2.1.27 NAME 'goServer' SUP top STRUCTURAL
+objectclass (1.3.6.1.4.1.10098.1.2.1.27 NAME 'goServer' SUP top AUXILIARY
        DESC 'Server description (v2.4)'
        MUST ( cn )
        MAY  ( description $ macAddress $ ipHostNumber ))
@@ -227,8 +244,19 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.29 NAME 'goFonServer' SUP top AUXILIARY
         MAY  ( description ))
 
 # Share Server description
-objectclass (1.3.6.1.4.1.10098.1.2.1.30 NAME 'goShareServer' SUP top AUXILIARY
-       DESC 'NFS server description (v2.4)'
+objectclass (1.3.6.1.4.1.10098.1.2.1.33 NAME 'goShareServer' SUP top AUXILIARY
+       DESC 'Share server description (v2.4)'
        MUST ( cn )
        MAY  ( description $ goExportEntry ))
 
+# Mail Server description
+objectclass (1.3.6.1.4.1.10098.1.2.1.36 NAME 'goMailServer' SUP top AUXILIARY
+       DESC 'Mail server definition (v2.4)'
+       MUST ( cn )
+       MAY  ( description ) )
+
+# Glpi Server description
+objectclass (1.3.6.1.4.1.10098.1.2.1.37 NAME 'goGlpiServer' SUP top AUXILIARY
+       DESC 'Glpi server definition (v2.4)'
+       MUST ( cn $ goGlpiAdmin $ goGlpiDatabase)
+       MAY  ( description $ goGlpiPassword) )