All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.errors.org.seedstack.seed.security.ldap.LDAPErrorCode.properties Maven / Gradle / Ivy

The newest version!
#
# Copyright (c) 2013-2015 by The SeedStack authors. All rights reserved.
#
# This file is part of SeedStack, An enterprise-oriented full development stack.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

NO_HOST_DEFINED.message = No LDAP host defined
NO_HOST_DEFINED.fix = Fill a host in the configuration under property ${hostPropName}
CONNECT_ERROR.message = Impossible to connect to server ${host} on port ${port}
CONNECT_ERROR.fix = Make sure the property ${hostPropName} is correctly filled, as well as the connection port if not the default one.
NO_SUCH_ACCOUNT.message = The account used to connect to LDAP does not exist : ${account}
NO_SUCH_ACCOUNT.fix = Fill an existing account in the configuration under ${propName}
INVALID_CREDENTIALS.message = The user/password used to connect to ldap with account ${account} is incorrect
INVALID_CREDENTIALS.fix = Fill the correct dn/password in the configuration under ${userPropName} and ${passwordPropName}
LDAP_ERROR.message = An error occured when connecting to the LDAP (host = ${host}, port = ${port}, account dn = ${account} : ${message}
LDAP_ERROR.fix = Make sure you filled all the properties required to connect




© 2015 - 2025 Weber Informatics LLC | Privacy Policy