Code

Fixed text: hanling
[gosa.git] / contrib / openldap / gofon.schema
index 83dc99f5a1d221564645467ae205bb4693e164f1..6749d11bfb5372f72b93f733e6680450196e15fa 100644 (file)
@@ -139,10 +139,10 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.22 NAME 'goFonMacroParameter'
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
 
 attributetype ( 1.3.6.1.4.1.10098.1.1.13.23 NAME 'goFonMacro'
-       DESC 'Holds the macro parameter definitions'
-       EQUALITY caseExactIA5Match
-       SUBSTR caseExactIA5SubstringsMatch
-       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
+    DESC 'Holds the macro parameter definitions'
+    EQUALITY caseExactMatch
+    SUBSTR caseExactSubstringsMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
 
 attributetype ( 1.3.6.1.4.1.10098.1.1.13.24 NAME 'goFonTimeOut'
     DESC 'Holds the queue goFonTimeOut definitions'
@@ -277,11 +277,17 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.13.46 NAME 'goFonVoicemailPIN'
        SUBSTR caseExactIA5SubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
 
+attributetype ( 1.3.6.1.4.1.10098.1.1.13.47 NAME 'goFonHomeServer'
+       DESC 'defines voicemail delivery format'
+       EQUALITY caseExactMatch
+       SUBSTR caseExactSubstringsMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
+
 # objectclass 
 objectclass (1.3.6.1.4.1.10098.1.2.3.11 NAME 'goFonAccount' SUP top AUXILIARY
        DESC 'GOFon Account objectclass (v1.0)'
        MUST ( goFonDeliveryMode $ telephoneNumber $ uid )
-       MAY ( goFonFormat $ goFonForwarding $ goFonHardware $ goFonPIN $ goFonMacro ))
+       MAY ( goFonFormat $ goFonForwarding $ goFonHardware $ goFonPIN $ goFonVoicemailPIN $ goFonMacro $ goFonHomeServer ))
 
 objectclass (1.3.6.1.4.1.10098.1.2.3.12 NAME 'goFonHardware' SUP top STRUCTURAL
        DESC 'defines a telephone (v1.0)'