org.connid.bundles.ad.Messages.properties Maven / Gradle / Ivy
The newest version!
#
# Copyright (C) 2011 ConnId ([email protected])
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
ssl.display=SSL
ssl.help=User SSL to perform password provisioning
membershipsInOr.display=Verify memberships in 'OR'
membershipsInOr.help=Specify 'TRUE' if you want to verify memberships using 'OR' logical operator. The default is "false".
pwdUpdateOnly.display=Permit password update only
pwdUpdateOnly.help=Specify 'TRUE' if you want to permit password update only: create/delete operation will be denied while other attributes update requests will be ignored.
trustAllCerts.display=Trust all certs
trustAllCerts.help=Specify 'TRUE' to trust all certs. The default is "false".
retrieveDeletedUser.display=Retrieve deleted users
retrieveDeletedUser.help=Specify 'TRUE' to retrieve deleted users also. The default is "true".
memberships.display=Memberships
memberships.help=Specify memberships
baseContextsToSynchronize.display=Root suffixes
baseContextsToSynchronize.help=Insert root suffixes
host.display=Server hostname
host.help=Insert hostname
port.display=Server port
port.help=Insert port. The default is 636.
failover.display=Failover
failover.help=Failover host:port
principal.display=Principal
principal.help=Insert DN of a user with administration capabilities
credentials.display=Principal password
credentials.help=Insert password for administrator
objectClassesToSynchronize.display=Object classes to synchronize
objectClassesToSynchronize.help=Specify object classes to identify entry to synchronize
latestSyncToken.display=Latest sync token
latestSyncToken.help=Latest sync token
defaultPeopleContainer.display = Default people container
defaultPeopleContainer.help = Default people container to be used in case of entry DN is not provided
accountObjectClasses.display=Entry object classes
accountObjectClasses.help=Insert object classes to assign to managed entries
retrieveDeletedGroup.display=Retrieve deleted groups
retrieveDeletedGroup.help=Specify 'TRUE' to retrieve deleted groups also
defaultGroupContainer.display=Default group container
defaultGroupContainer.help=Default group container to be used in case of entry DN is not provided
userSearchScope.display= User search scope
userSearchScope.help= Choose object, onlevel or subtree
groupSearchScope.display= Group search scope
groupSearchScope.help= Choose object, onlevel or subtree
accountSearchFilter.display=Custom user search filter
accountSearchFilter.help=Custom user search filter
groupSearchFilter.display=Custom group search filter
groupSearchFilter.help=Custom group search filter
userBaseContexts.display=Base contexts for user entry searches
userBaseContexts.help=DN of context to be used as starting point for user entry searches
groupBaseContexts.display=Base contexts for group entry searches
groupBaseContexts.help=DN of context to be used as starting point for group entry searches
groupMemberReferenceAttribute.display=Group members reference attribute
groupMemberReferenceAttribute.help=Group attribute referencing (by DN) the users members of a group
groupOwnerReferenceAttribute.display=Group owner reference attribute
groupOwnerReferenceAttribute.help=Group attribute name referencing (by DN) the owner
startSyncFromToday.display=Null token is the latest
startSyncFromToday.help=Reset null token value to the latest (sync with null token will not return any result). The default is "true".
# Configuration properties validation.
host.notBlank=The host cannot be blank
port.legalValue=The port number should be 0 through 65535
baseContexts.notEmpty=The list of base contexts cannot be empty
baseContexts.noBlankValues=The list of base contexts cannot contain blank values
baseContexts.noInvalidLdapNames=The base context {0} cannot be parsed
passwordAttribute.notBlank=The password attribute cannot be blank
accountObjectClasses.notEmpty=The list of account object classes cannot be empty
accountObjectClasses.noBlankValues=The list of account object classes cannot contain blank values
accountUserNameAttributes.notEmpty=The list of account user name attributes cannot be empty
accountUserNameAttributes.noBlankValues=The list of account user name attributes cannot contain blank values
groupMemberAttribute.notBlank=The group member attribute cannot be blank
blockSize.legalValue=The block size should be greater than 0
vlvSortAttribute.notBlank=The VLV sort attribute cannot be blank
uidAttribute.notBlank=The attribute to map to Uid cannot be blank
baseContextsToSynchronize.noBlankValues=The list of base contexts to synchronize cannot contain blank values
baseContextsToSynchronize.noInvalidLdapNames=The base context to synchronize {0} cannot be parsed
objectClassesToSynchronize.notEmpty=The list of object classes to synchronize cannot be empty
objectClassesToSynchronize.noBlankValues=The list of object classes to synchronize cannot contain blank values
attributesToSynchronize.noBlankValues=The list of attributes to synchronize cannot contain blank values
modifiersNamesToFilterOut.noBlankValues=The list of modifiers'' names to filter out cannot contain blank values
modifiersNamesToFilterOut.noInvalidLdapNames=The modifier''s name to filter out {0} cannot be parsed
changeNumberAttribute.notBlank=The change number attribute cannot be blank
changeLogBlockSize.legalValue=The synchronization block size should be greater than 0
passwordAttributeToSynchronize.notBlank=The password attribute to synchronize cannot be blank
decryptionKey.notBlank=The decryption key cannot be blank
decryptionInitializationVector.notBlank=The decryption initialization vector cannot be blank
entryNotFound=Entry "{0}" not found
readingPasswordsNotSupported=Returning passwords from a search operation is not supported
memberAlreadyInGroup=Member "{0}" already exists in group "{1}"
cannotRemoveBecausePosixMember=Cannot remove the "{0}" attribute when the user is a member of POSIX groups
cannotAddToPosixGroup=Cannot add entry "{0}" to POSIX groups because it does not have a "{1}" attribute
authenticationFailed=Authentication failed for "{0}"
cannotResolveUsername=Cannot resolve "{0}" to an entry
moreThanOneEntryMatched=More than one entry matched "{0}"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy