Code

Added mail server attribute
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Nov 2005 13:37:57 +0000 (13:37 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Nov 2005 13:37:57 +0000 (13:37 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1821 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/goserver.schema

index aa31ba04f290758229e6370958bcd634dfeeaae2..7bf4454049a4edfc6b085dbcad56718640c2df7e 100644 (file)
@@ -232,3 +232,9 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.33 NAME 'goShareServer' SUP top AUXILIARY
        MUST ( cn )
        MAY  ( description $ goExportEntry ))
 
+# Share Server description
+objectclass (1.3.6.1.4.1.10098.1.2.1.34 NAME 'goMailServer' SUP top AUXILIARY
+       DESC 'Mail server definition (v2.4)'
+       MUST ( cn )
+       MAY  ( description ) )
+