mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

lutoff
27.15.2009 3ac40eff5844eec893c7274af6e1b98a75ace513
Fix types (see issue #4146 and #4147)
2 files modified
6 ■■■■ changed files
opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml 2 ●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml 4 ●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml
@@ -115,7 +115,7 @@
            Allows write operations to be performed in that backend (if
            the requested operation is valid, the user has permission to
            perform the operation, the backend supports that type of
            write operation, and the global writability mode property is
            write operation, and the global writability-mode property is
            also enabled).
          </adm:synopsis>
        </adm:value>
opends/src/admin/defn/org/opends/server/admin/std/SNMPConnectionHandlerConfiguration.xml
@@ -187,7 +187,7 @@
            Specifies the type of security level : NoAuthNoPriv : No security 
            mechanisms activated, AuthNoPriv : Authentication activated with no 
            privacy, AuthPriv : Authentication with privacy activated. 
            This property id required for SNMP V3 security configuration.
            This property is required for SNMP V3 security configuration.
        </adm:synopsis>
        <adm:requires-admin-action>
          <adm:component-restart />
@@ -225,7 +225,7 @@
    <!-- Trap Community  -->
    <adm:property name="traps-community" >
        <adm:synopsis>
            Specifies the community string that must be include in the traps
            Specifies the community string that must be included in the traps
            sent to define managers (trap-destinations). 
            This property is used in the context of SNMP v1, v2 and v3.
        </adm:synopsis>