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

matthew_swift
16.47.2007 e958eb5bcfc9feccbda7c0841b05939506143ad8
refs
author matthew_swift <matthew_swift@localhost>
Friday, November 16, 2007 11:47 +0100
committer matthew_swift <matthew_swift@localhost>
Friday, November 16, 2007 11:47 +0100
commite958eb5bcfc9feccbda7c0841b05939506143ad8
tree f4e1ed7decdb48a5f94ede8df4761236c9d56d1f tree | zip | gz
parent 663ed55bcb36bc5bcb22fde58b857689397844cb view | diff
Advanced properties phase 1: tag advanced properties and perform
various clean-up to the XML definitions:

* clean up typos and any bad grammar in the synopsis/description
elements

* fixed common errors. For example, there were many places where the
synopsis was repeated in the description (the description is only
ever used in conjunction with the synopsis). There were also many
places where the <adm:user-friendly-name> was being used in
property definition description elements to refer to the property
name, when it actually refers to the managed object name

* split big synopsis (not sure of the plural form - synopsi?) where
possible - there were lots of cases where we'd have a big synopsis
but no description

* overrode properties with sensible default values where
appropriate (for example, I provided sensible default values for
some of the attribute-type properties in the virtual attribute
definitions)

* generally made documentation more consistent across the definitions

* removed unneeded XML attributes of the form 'mandatory="false"'.
Attributes only need to be specified if their value is true as
they default to false. Adding redundant attributes just makes the
XML harder to read

* removed any documentation that referred to the configuration in
LDAP related terms (with one exception in the Schema backend). All
documentation now refers to other properties using the property
names, not their associated LDAP attribute.
157 files modified
16076 ■■■■ changed files
opends/resource/admin/admin.xsd 14 ●●●●● diff | view | raw | blame | history
opends/resource/admin/preprocessor.xsl 11 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AESPasswordStorageSchemeConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml 56 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AccessLogPublisherConfiguration.xml 87 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AccountStatusNotificationHandlerConfiguration.xml 66 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AlertHandlerConfiguration.xml 111 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AnonymousSASLMechanismHandlerConfiguration.xml 61 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ApproximateMatchingRuleConfiguration.xml 68 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AttributeSyntaxConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AttributeTypeDescriptionAttributeSyntaxConfiguration.xml 92 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AttributeValuePasswordValidatorConfiguration.xml 15 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/BackendConfiguration.xml 152 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/BackupBackendConfiguration.xml 94 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/Base64PasswordStorageSchemeConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/BlindTrustManagerProviderConfiguration.xml 64 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/BlowfishPasswordStorageSchemeConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/CancelExtendedOperationHandlerConfiguration.xml 74 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/CertificateMapperConfiguration.xml 9 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/CharacterSetPasswordValidatorConfiguration.xml 107 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ClearPasswordStorageSchemeConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ClientConnectionMonitorProviderConfiguration.xml 70 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ConfigFileHandlerBackendConfiguration.xml 74 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ConnectionHandlerConfiguration.xml 99 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/CramMD5SASLMechanismHandlerConfiguration.xml 63 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/CryptPasswordStorageSchemeConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/CryptoManagerConfiguration.xml 104 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/DebugLogPublisherConfiguration.xml 86 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/DebugTargetConfiguration.xml 157 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml 94 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/DigestMD5SASLMechanismHandlerConfiguration.xml 86 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/DirectoryStringAttributeSyntaxConfiguration.xml 84 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/DseeCompatAccessControlHandlerConfiguration.xml 83 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/DynamicGroupImplementationConfiguration.xml 75 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/EntryCacheConfiguration.xml 71 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/EntryCacheMonitorProviderConfiguration.xml 69 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/EntryDNVirtualAttributeConfiguration.xml 81 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/EntryUUIDPluginConfiguration.xml 74 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/EntryUUIDVirtualAttributeConfiguration.xml 83 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/EqualityMatchingRuleConfiguration.xml 68 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ErrorLogAccountStatusNotificationHandlerConfiguration.xml 5 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ErrorLogPublisherConfiguration.xml 138 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ExactMatchIdentityMapperConfiguration.xml 87 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ExtendedOperationHandlerConfiguration.xml 70 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ExternalSASLMechanismHandlerConfiguration.xml 102 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FIFOEntryCacheConfiguration.xml 142 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FileBasedAccessLogPublisherConfiguration.xml 164 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FileBasedDebugLogPublisherConfiguration.xml 167 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FileBasedErrorLogPublisherConfiguration.xml 166 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FileBasedKeyManagerProviderConfiguration.xml 84 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FileBasedTrustManagerProviderConfiguration.xml 70 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FileCountLogRetentionPolicyConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml 212 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FingerprintCertificateMapperConfiguration.xml 92 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FixedTimeLogRotationPolicyConfiguration.xml 77 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FreeDiskSpaceLogRetentionPolicyConfiguration.xml 78 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/GSSAPISASLMechanismHandlerConfiguration.xml 110 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/GetConnectionIdExtendedOperationHandlerConfiguration.xml 72 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/GetSymmetricKeyExtendedOperationHandlerConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml 509 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/GroupImplementationConfiguration.xml 80 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/HasSubordinatesVirtualAttributeConfiguration.xml 76 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/IdentityMapperConfiguration.xml 63 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/IsMemberOfVirtualAttributeConfiguration.xml 76 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/JMXAlertHandlerConfiguration.xml 64 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/JMXConnectionHandlerConfiguration.xml 20 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/KeyManagerProviderConfiguration.xml 58 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LDAPAttributeDescriptionListPluginConfiguration.xml 74 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LDAPConnectionHandlerConfiguration.xml 98 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LDIFBackendConfiguration.xml 101 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LDIFConnectionHandlerConfiguration.xml 87 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LastModPluginConfiguration.xml 78 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LengthBasedPasswordValidatorConfiguration.xml 90 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LocalBackendWorkflowElementConfiguration.xml 73 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml 697 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LocalDBIndexConfiguration.xml 133 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LocalDBVLVIndexConfiguration.xml 126 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LogPublisherConfiguration.xml 70 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LogRetentionPolicyConfiguration.xml 74 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/LogRotationPolicyConfiguration.xml 74 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MD5PasswordStorageSchemeConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MatchingRuleConfiguration.xml 77 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MemberVirtualAttributeConfiguration.xml 106 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MemoryBackendConfiguration.xml 83 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MemoryUsageMonitorProviderConfiguration.xml 70 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MonitorBackendConfiguration.xml 80 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MonitorProviderConfiguration.xml 76 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/NetworkGroupConfiguration.xml 88 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/NumSubordinatesVirtualAttributeConfiguration.xml 76 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/OrderingMatchingRuleConfiguration.xml 71 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PKCS11KeyManagerProviderConfiguration.xml 88 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/Package.xml 10 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PasswordGeneratorConfiguration.xml 61 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PasswordModifyExtendedOperationHandlerConfiguration.xml 91 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml 526 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml 112 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyStateExtendedOperationHandlerConfiguration.xml 65 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PasswordStorageSchemeConfiguration.xml 65 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PasswordValidatorConfiguration.xml 61 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PlainSASLMechanismHandlerConfiguration.xml 59 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml 162 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PluginRootConfiguration.xml 1242 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ProfilerPluginConfiguration.xml 138 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RC4PasswordStorageSchemeConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RandomPasswordGeneratorConfiguration.xml 70 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ReferentialIntegrityPluginConfiguration.xml 160 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RegularExpressionIdentityMapperConfiguration.xml 165 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RepeatedCharactersPasswordValidatorConfiguration.xml 97 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ReplicationDomainConfiguration.xml 151 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml 138 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ReplicationSynchronizationProviderConfiguration.xml 8 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml 34 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RootDNConfiguration.xml 129 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RootDNUserConfiguration.xml 89 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RootDSEBackendConfiguration.xml 94 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SASLMechanismHandlerConfiguration.xml 57 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SHA1PasswordStorageSchemeConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SMTPAccountStatusNotificationHandlerConfiguration.xml 196 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml 118 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SaltedMD5PasswordStorageSchemeConfiguration.xml 75 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SaltedSHA1PasswordStorageSchemeConfiguration.xml 75 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SaltedSHA256PasswordStorageSchemeConfiguration.xml 79 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SaltedSHA384PasswordStorageSchemeConfiguration.xml 79 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SaltedSHA512PasswordStorageSchemeConfiguration.xml 79 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SchemaBackendConfiguration.xml 135 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SevenBitCleanPluginConfiguration.xml 108 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SimilarityBasedPasswordValidatorConfiguration.xml 67 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SizeLimitLogRetentionPolicyConfiguration.xml 74 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SizeLimitLogRotationPolicyConfiguration.xml 70 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SoftReferenceEntryCacheConfiguration.xml 89 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/StackTraceMonitorProviderConfiguration.xml 70 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/StartTLSExtendedOperationHandlerConfiguration.xml 69 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/StaticGroupImplementationConfiguration.xml 83 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SubjectAttributeToUserAttributeCertificateMapperConfiguration.xml 95 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SubjectDNToUserAttributeCertificateMapperConfiguration.xml 90 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SubjectEqualsDNCertificateMapperConfiguration.xml 63 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SubschemaSubentryVirtualAttributeConfiguration.xml 77 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SubstringMatchingRuleConfiguration.xml 71 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SynchronizationProviderConfiguration.xml 58 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SystemInfoMonitorProviderConfiguration.xml 70 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/TaskBackendConfiguration.xml 139 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/TelephoneNumberAttributeSyntaxConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/TimeLimitLogRotationPolicyConfiguration.xml 74 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/TraditionalWorkQueueConfiguration.xml 88 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/TripleDESPasswordStorageSchemeConfiguration.xml 73 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/TrustManagerProviderConfiguration.xml 61 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/TrustStoreBackendConfiguration.xml 93 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml 115 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/UniqueCharactersPasswordValidatorConfiguration.xml 90 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/UserDefinedVirtualAttributeConfiguration.xml 77 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/VersionMonitorProviderConfiguration.xml 69 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/VirtualAttributeConfiguration.xml 122 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/VirtualStaticGroupImplementationConfiguration.xml 81 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/WhoAmIExtendedOperationHandlerConfiguration.xml 69 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml 76 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/WorkflowConfiguration.xml 123 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/WorkflowElementConfiguration.xml 102 ●●●● diff | view | raw | blame | history