Code

Added rfc2307bis support
[gosa.git] / contrib / openldap / goserver.schema
index 34b9dd1a59e161ec30b612aeb54cdf0fb8ea3644..b469f6b58ba3dbd88f8bc3f01a8756b85d3270e3 100644 (file)
@@ -24,7 +24,7 @@ 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 a NFS export entry'
+       DESC 'Provides an export entry'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
 
@@ -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 ))
@@ -226,3 +243,20 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.29 NAME 'goFonServer' SUP top AUXILIARY
         MUST ( cn $ goFonAdmin $ goFonPassword $ goFonAreaCode $ goFonCountryCode )
         MAY  ( description ))
 
+# Share Server description
+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) )