mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-10 04:13:31 +00:00
Add missing badLdapConnection property in messages_*.properties
This commit is contained in:
parent
48ac100a92
commit
47c4b0426d
@ -31,6 +31,7 @@ DigestAuthenticationFilter.usernameNotFound=No s'ha trobat el nom d'usuari {0}
|
|||||||
JdbcDaoImpl.noAuthority=L'usuari {0} no t\u00e9 GrantedAuthority
|
JdbcDaoImpl.noAuthority=L'usuari {0} no t\u00e9 GrantedAuthority
|
||||||
JdbcDaoImpl.notFound=No s'ha trobat l'usuari {0}
|
JdbcDaoImpl.notFound=No s'ha trobat l'usuari {0}
|
||||||
LdapAuthenticationProvider.badCredentials=Credencials err\u00f2nies
|
LdapAuthenticationProvider.badCredentials=Credencials err\u00f2nies
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=Les credencials d'usuari han expirat
|
LdapAuthenticationProvider.credentialsExpired=Les credencials d'usuari han expirat
|
||||||
LdapAuthenticationProvider.disabled=L'usuari est\u00e0 deshabilitat
|
LdapAuthenticationProvider.disabled=L'usuari est\u00e0 deshabilitat
|
||||||
LdapAuthenticationProvider.expired=El compte d'usuari ha expirat
|
LdapAuthenticationProvider.expired=El compte d'usuari ha expirat
|
||||||
|
@ -32,6 +32,7 @@ DigestAuthenticationFilter.usernameNotFound=U\u017Eivatelsk\u00E9 jm\u00E9no {0}
|
|||||||
#JdbcDaoImpl.notFound=User {0} not found
|
#JdbcDaoImpl.notFound=User {0} not found
|
||||||
LdapAuthenticationProvider.badCredentials=\u0160patn\u00E9 p\u0159ihla\u0161ovac\u00ED \u00FAdaje
|
LdapAuthenticationProvider.badCredentials=\u0160patn\u00E9 p\u0159ihla\u0161ovac\u00ED \u00FAdaje
|
||||||
LdapAuthenticationProvider.credentialsExpired=Platnost u\u017Eivatelsk\u00E9ho hesla vypr\u0161ela
|
LdapAuthenticationProvider.credentialsExpired=Platnost u\u017Eivatelsk\u00E9ho hesla vypr\u0161ela
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.disabled=U\u017Eivatelsk\u00FD \u00FA\u010Det nen\u00ED aktivn\u00ED
|
LdapAuthenticationProvider.disabled=U\u017Eivatelsk\u00FD \u00FA\u010Det nen\u00ED aktivn\u00ED
|
||||||
LdapAuthenticationProvider.expired=Platnost u\u017Eivatelsk\u00E9ho \u00FA\u010Dtu vypr\u0161ela
|
LdapAuthenticationProvider.expired=Platnost u\u017Eivatelsk\u00E9ho \u00FA\u010Dtu vypr\u0161ela
|
||||||
LdapAuthenticationProvider.locked=U\u017Eivatelsk\u00FD \u00FA\u010Det je uzam\u010Den
|
LdapAuthenticationProvider.locked=U\u017Eivatelsk\u00FD \u00FA\u010Det je uzam\u010Den
|
||||||
|
@ -32,6 +32,7 @@ ExceptionTranslationFilter.insufficientAuthentication=Vollst\u00E4ndige Authenti
|
|||||||
#JdbcDaoImpl.noAuthority=User {0} has no GrantedAuthority
|
#JdbcDaoImpl.noAuthority=User {0} has no GrantedAuthority
|
||||||
#JdbcDaoImpl.notFound=User {0} not found
|
#JdbcDaoImpl.notFound=User {0} not found
|
||||||
LdapAuthenticationProvider.badCredentials=Ung\u00FCltige Anmeldedaten
|
LdapAuthenticationProvider.badCredentials=Ung\u00FCltige Anmeldedaten
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=Die G\u00FCltigkeit der Anmeldedaten ist abgelaufen
|
LdapAuthenticationProvider.credentialsExpired=Die G\u00FCltigkeit der Anmeldedaten ist abgelaufen
|
||||||
LdapAuthenticationProvider.disabled=Der Benutzer ist deaktiviert
|
LdapAuthenticationProvider.disabled=Der Benutzer ist deaktiviert
|
||||||
LdapAuthenticationProvider.expired=Die G\u00FCltigkeit des Benutzerkontos ist abgelaufen
|
LdapAuthenticationProvider.expired=Die G\u00FCltigkeit des Benutzerkontos ist abgelaufen
|
||||||
|
@ -32,6 +32,7 @@ ExceptionTranslationFilter.insufficientAuthentication=Full authentication is req
|
|||||||
JdbcDaoImpl.noAuthority=User {0} has no GrantedAuthority
|
JdbcDaoImpl.noAuthority=User {0} has no GrantedAuthority
|
||||||
JdbcDaoImpl.notFound=User {0} not found
|
JdbcDaoImpl.notFound=User {0} not found
|
||||||
LdapAuthenticationProvider.badCredentials=Bad credentials
|
LdapAuthenticationProvider.badCredentials=Bad credentials
|
||||||
|
LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=User credentials have expired
|
LdapAuthenticationProvider.credentialsExpired=User credentials have expired
|
||||||
LdapAuthenticationProvider.disabled=User is disabled
|
LdapAuthenticationProvider.disabled=User is disabled
|
||||||
LdapAuthenticationProvider.expired=User account has expired
|
LdapAuthenticationProvider.expired=User account has expired
|
||||||
|
@ -32,6 +32,7 @@ ExceptionTranslationFilter.insufficientAuthentication=Para acceder a este recurs
|
|||||||
JdbcDaoImpl.noAuthority=Usuario {0} no tiene GrantedAuthority
|
JdbcDaoImpl.noAuthority=Usuario {0} no tiene GrantedAuthority
|
||||||
JdbcDaoImpl.notFound=Usuario {0} no encontrado
|
JdbcDaoImpl.notFound=Usuario {0} no encontrado
|
||||||
LdapAuthenticationProvider.badCredentials=Credenciales err\u00F3neas
|
LdapAuthenticationProvider.badCredentials=Credenciales err\u00F3neas
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=Las credenciales del usuario han expirado
|
LdapAuthenticationProvider.credentialsExpired=Las credenciales del usuario han expirado
|
||||||
LdapAuthenticationProvider.disabled=El usuario est\u00E1 deshabilitado
|
LdapAuthenticationProvider.disabled=El usuario est\u00E1 deshabilitado
|
||||||
LdapAuthenticationProvider.expired=La cuenta del usuario ha expirado
|
LdapAuthenticationProvider.expired=La cuenta del usuario ha expirado
|
||||||
|
@ -35,6 +35,7 @@ DigestAuthenticationFilter.usernameNotFound=Le nom d''utilisateur {0} n''a pas \
|
|||||||
JdbcDaoImpl.noAuthority=Le compte utilisateur {0} n''a pas de permission
|
JdbcDaoImpl.noAuthority=Le compte utilisateur {0} n''a pas de permission
|
||||||
JdbcDaoImpl.notFound=Le nom d''utilisateur {0} n''a pas \u00E9t\u00E9 trouv\u00E9
|
JdbcDaoImpl.notFound=Le nom d''utilisateur {0} n''a pas \u00E9t\u00E9 trouv\u00E9
|
||||||
LdapAuthenticationProvider.badCredentials=Les identifications sont erron\u00E9es
|
LdapAuthenticationProvider.badCredentials=Les identifications sont erron\u00E9es
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=Les identifications de l''utilisateur ont expir\u00E9
|
LdapAuthenticationProvider.credentialsExpired=Les identifications de l''utilisateur ont expir\u00E9
|
||||||
LdapAuthenticationProvider.disabled=Le compte utilisateur est d\u00E9sactiv\u00E9
|
LdapAuthenticationProvider.disabled=Le compte utilisateur est d\u00E9sactiv\u00E9
|
||||||
LdapAuthenticationProvider.expired=Le compte utilisateur a expir\u00E9
|
LdapAuthenticationProvider.expired=Le compte utilisateur a expir\u00E9
|
||||||
|
@ -31,6 +31,7 @@ DigestAuthenticationFilter.usernameNotFound=Username {0} non trovato
|
|||||||
JdbcDaoImpl.noAuthority=L'utente {0} non ha permessi
|
JdbcDaoImpl.noAuthority=L'utente {0} non ha permessi
|
||||||
JdbcDaoImpl.notFound=Utente {0} non trovato
|
JdbcDaoImpl.notFound=Utente {0} non trovato
|
||||||
LdapAuthenticationProvider.badCredentials=Credenziali non valide
|
LdapAuthenticationProvider.badCredentials=Credenziali non valide
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=Credenziali dell'utente scadute
|
LdapAuthenticationProvider.credentialsExpired=Credenziali dell'utente scadute
|
||||||
LdapAuthenticationProvider.disabled=Utente disabilitato
|
LdapAuthenticationProvider.disabled=Utente disabilitato
|
||||||
LdapAuthenticationProvider.expired=Account dell'utente scadute
|
LdapAuthenticationProvider.expired=Account dell'utente scadute
|
||||||
|
@ -35,6 +35,7 @@ ExceptionTranslationFilter.insufficientAuthentication=\u3053\u306e\u30ea\u30bd\u
|
|||||||
JdbcDaoImpl.noAuthority=\u30e6\u30fc\u30b6:{0}\u306b\u306f\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093
|
JdbcDaoImpl.noAuthority=\u30e6\u30fc\u30b6:{0}\u306b\u306f\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093
|
||||||
JdbcDaoImpl.notFound=\u30e6\u30fc\u30b6:{0}\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
|
JdbcDaoImpl.notFound=\u30e6\u30fc\u30b6:{0}\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
|
||||||
LdapAuthenticationProvider.badCredentials=\u30e6\u30fc\u30b6\u540d\u304b\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093
|
LdapAuthenticationProvider.badCredentials=\u30e6\u30fc\u30b6\u540d\u304b\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=\u30e6\u30fc\u30b6\u8a8d\u8a3c\u60c5\u5831\u306e\u6709\u52b9\u671f\u9650\u304c\u5207\u308c\u3066\u3044\u307e\u3059
|
LdapAuthenticationProvider.credentialsExpired=\u30e6\u30fc\u30b6\u8a8d\u8a3c\u60c5\u5831\u306e\u6709\u52b9\u671f\u9650\u304c\u5207\u308c\u3066\u3044\u307e\u3059
|
||||||
LdapAuthenticationProvider.disabled=\u7121\u52b9\u306a\u30e6\u30fc\u30b6\u3067\u3059
|
LdapAuthenticationProvider.disabled=\u7121\u52b9\u306a\u30e6\u30fc\u30b6\u3067\u3059
|
||||||
LdapAuthenticationProvider.expired=\u30e6\u30fc\u30b6\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u6709\u52b9\u671f\u9650\u304c\u5207\u308c\u3066\u3044\u307e\u3059
|
LdapAuthenticationProvider.expired=\u30e6\u30fc\u30b6\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u6709\u52b9\u671f\u9650\u304c\u5207\u308c\u3066\u3044\u307e\u3059
|
||||||
|
@ -31,6 +31,7 @@ DigestAuthenticationFilter.usernameNotFound = {0} ID\ub97c \ucc3e\uc744 \uc218 \
|
|||||||
JdbcDaoImpl.noAuthority = {0} \uc0ac\uc6a9\uc790\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
|
JdbcDaoImpl.noAuthority = {0} \uc0ac\uc6a9\uc790\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
|
||||||
JdbcDaoImpl.notFound = {0} \uc0ac\uc6a9\uc790\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
|
JdbcDaoImpl.notFound = {0} \uc0ac\uc6a9\uc790\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
|
||||||
LdapAuthenticationProvider.badCredentials = \uc790\uaca9 \uc99d\uba85\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.
|
LdapAuthenticationProvider.badCredentials = \uc790\uaca9 \uc99d\uba85\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired = \uc790\uaca9 \uc99d\uba85 \uc720\ud6a8 \uae30\uac04\uc774 \ub9cc\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
|
LdapAuthenticationProvider.credentialsExpired = \uc790\uaca9 \uc99d\uba85 \uc720\ud6a8 \uae30\uac04\uc774 \ub9cc\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
|
||||||
LdapAuthenticationProvider.disabled = \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc0ac\uc6a9\uc790\uc785\ub2c8\ub2e4.
|
LdapAuthenticationProvider.disabled = \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc0ac\uc6a9\uc790\uc785\ub2c8\ub2e4.
|
||||||
LdapAuthenticationProvider.expired = \uc0ac\uc6a9\uc790 \uacc4\uc815\uc758 \uc720\ud6a8 \uae30\uac04\uc774 \ub9cc\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
|
LdapAuthenticationProvider.expired = \uc0ac\uc6a9\uc790 \uacc4\uc815\uc758 \uc720\ud6a8 \uae30\uac04\uc774 \ub9cc\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4.
|
||||||
|
@ -31,6 +31,7 @@ DigestAuthenticationFilter.usernameNotFound=Vartotojo vardas {0} nerastas
|
|||||||
JdbcDaoImpl.noAuthority=Vartotojas {0} neturi GrantedAuthority
|
JdbcDaoImpl.noAuthority=Vartotojas {0} neturi GrantedAuthority
|
||||||
JdbcDaoImpl.notFound=Vartotojas {0} nerastas
|
JdbcDaoImpl.notFound=Vartotojas {0} nerastas
|
||||||
LdapAuthenticationProvider.badCredentials=Blogi kredencialai
|
LdapAuthenticationProvider.badCredentials=Blogi kredencialai
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.emptyUsername=Tu\u0161\u010dias vartotojo vardas neleid\u017eiamas
|
LdapAuthenticationProvider.emptyUsername=Tu\u0161\u010dias vartotojo vardas neleid\u017eiamas
|
||||||
LdapAuthenticationProvider.onlySupports=Priimamas tik UsernamePasswordAuthenticationToken
|
LdapAuthenticationProvider.onlySupports=Priimamas tik UsernamePasswordAuthenticationToken
|
||||||
PasswordComparisonAuthenticator.badCredentials=Blogi kredencialai
|
PasswordComparisonAuthenticator.badCredentials=Blogi kredencialai
|
||||||
|
@ -31,6 +31,7 @@ DigestAuthenticationFilter.usernameNotFound=Nazwa u\u017Cytkownika {0} nie zosta
|
|||||||
JdbcDaoImpl.noAuthority=U\u017Cytkownik {0} nie posiada \u017Cadnych uprawnie\u0144 (GrantedAuthority)
|
JdbcDaoImpl.noAuthority=U\u017Cytkownik {0} nie posiada \u017Cadnych uprawnie\u0144 (GrantedAuthority)
|
||||||
JdbcDaoImpl.notFound=Nazwa u\u017Cytkownika {0} nie zosta\u0142a odnaleziona
|
JdbcDaoImpl.notFound=Nazwa u\u017Cytkownika {0} nie zosta\u0142a odnaleziona
|
||||||
LdapAuthenticationProvider.badCredentials=Niepoprawne dane uwierzytelniaj\u0105ce
|
LdapAuthenticationProvider.badCredentials=Niepoprawne dane uwierzytelniaj\u0105ce
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=Wa\u017Cno\u015B\u0107 danych uwierzytelniaj\u0105cych wygas\u0142a
|
LdapAuthenticationProvider.credentialsExpired=Wa\u017Cno\u015B\u0107 danych uwierzytelniaj\u0105cych wygas\u0142a
|
||||||
LdapAuthenticationProvider.disabled=Konto u\u017Cytkownika jest wy\u0142\u0105czone
|
LdapAuthenticationProvider.disabled=Konto u\u017Cytkownika jest wy\u0142\u0105czone
|
||||||
LdapAuthenticationProvider.expired=Wa\u017Cno\u015B\u0107 konta u\u017Cytkownika wygas\u0142a
|
LdapAuthenticationProvider.expired=Wa\u017Cno\u015B\u0107 konta u\u017Cytkownika wygas\u0142a
|
||||||
|
@ -34,6 +34,7 @@ DigestAuthenticationFilter.usernameNotFound=Usu\u00E1rio {0} n\u00E3o encontrado
|
|||||||
JdbcDaoImpl.noAuthority=Usu\u00E1rio {0} n\u00E3o tem permiss\u00E3o
|
JdbcDaoImpl.noAuthority=Usu\u00E1rio {0} n\u00E3o tem permiss\u00E3o
|
||||||
JdbcDaoImpl.notFound=Usu\u00E1rio {0} n\u00E3o encontrado
|
JdbcDaoImpl.notFound=Usu\u00E1rio {0} n\u00E3o encontrado
|
||||||
LdapAuthenticationProvider.badCredentials=Usu\u00E1rio inexistente ou senha inv\u00E1lida
|
LdapAuthenticationProvider.badCredentials=Usu\u00E1rio inexistente ou senha inv\u00E1lida
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=Credenciais expiradas
|
LdapAuthenticationProvider.credentialsExpired=Credenciais expiradas
|
||||||
LdapAuthenticationProvider.disabled=Usu\u00E1rio desabilitado
|
LdapAuthenticationProvider.disabled=Usu\u00E1rio desabilitado
|
||||||
LdapAuthenticationProvider.expired=Conta expirada
|
LdapAuthenticationProvider.expired=Conta expirada
|
||||||
|
@ -33,6 +33,7 @@ DigestAuthenticationFilter.usernameNotFound=Nome de utilizador {0} n\u00E3o enco
|
|||||||
JdbcDaoImpl.noAuthority=Utilizador {0} n\u00E3o tem GrantedAuthority
|
JdbcDaoImpl.noAuthority=Utilizador {0} n\u00E3o tem GrantedAuthority
|
||||||
JdbcDaoImpl.notFound=Utilizador {0} n\u00E3o encontrado
|
JdbcDaoImpl.notFound=Utilizador {0} n\u00E3o encontrado
|
||||||
LdapAuthenticationProvider.badCredentials=Credenciais inv\u00E1lidas
|
LdapAuthenticationProvider.badCredentials=Credenciais inv\u00E1lidas
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=As credenciais do utilizador expiraram
|
LdapAuthenticationProvider.credentialsExpired=As credenciais do utilizador expiraram
|
||||||
LdapAuthenticationProvider.disabled=O utilizador est\u00E1 desactivado
|
LdapAuthenticationProvider.disabled=O utilizador est\u00E1 desactivado
|
||||||
LdapAuthenticationProvider.expired=A conta de utilizador expirou
|
LdapAuthenticationProvider.expired=A conta de utilizador expirou
|
||||||
|
@ -34,6 +34,7 @@ DigestAuthenticationFilter.usernameNotFound=\u0418\u043C\u044F \u043F\u043E\u043
|
|||||||
JdbcDaoImpl.noAuthority=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C {0} \u043D\u0435 \u043E\u0431\u043B\u0430\u0434\u0430\u0435\u0442 GrantedAuthority
|
JdbcDaoImpl.noAuthority=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C {0} \u043D\u0435 \u043E\u0431\u043B\u0430\u0434\u0430\u0435\u0442 GrantedAuthority
|
||||||
JdbcDaoImpl.notFound=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C {0} \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D
|
JdbcDaoImpl.notFound=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C {0} \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D
|
||||||
LdapAuthenticationProvider.badCredentials=\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0443\u0447\u0435\u0442\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F
|
LdapAuthenticationProvider.badCredentials=\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0443\u0447\u0435\u0442\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0443\u0447\u0435\u0442\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0438\u0441\u0442\u0435\u043A
|
LdapAuthenticationProvider.credentialsExpired=\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0443\u0447\u0435\u0442\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0438\u0441\u0442\u0435\u043A
|
||||||
LdapAuthenticationProvider.disabled=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D
|
LdapAuthenticationProvider.disabled=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D
|
||||||
LdapAuthenticationProvider.expired=\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0443\u0447\u0435\u0442\u043D\u043E\u0439 \u0437\u0430\u043F\u0438\u0441\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0438\u0441\u0442\u0435\u043A
|
LdapAuthenticationProvider.expired=\u0421\u0440\u043E\u043A \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0443\u0447\u0435\u0442\u043D\u043E\u0439 \u0437\u0430\u043F\u0438\u0441\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0438\u0441\u0442\u0435\u043A
|
||||||
|
@ -31,6 +31,7 @@ DigestAuthenticationFilter.usernameNotFound=\u041E\u0431\u043B\u0456\u043A\u043E
|
|||||||
JdbcDaoImpl.noAuthority=\u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 {0} \u043D\u0435 \u043C\u0430\u0454 \u043F\u043E\u0432\u043D\u043E\u0432\u0430\u0436\u0435\u043D\u044C (GrantedAuthority)
|
JdbcDaoImpl.noAuthority=\u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 {0} \u043D\u0435 \u043C\u0430\u0454 \u043F\u043E\u0432\u043D\u043E\u0432\u0430\u0436\u0435\u043D\u044C (GrantedAuthority)
|
||||||
JdbcDaoImpl.notFound=\u041E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {0} \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u0438\u0439
|
JdbcDaoImpl.notFound=\u041E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 {0} \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u0438\u0439
|
||||||
LdapAuthenticationProvider.badCredentials=\u0414\u0430\u043D\u0456 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043D\u0435\u043A\u043E\u0440\u0435\u043A\u0442\u043D\u0456
|
LdapAuthenticationProvider.badCredentials=\u0414\u0430\u043D\u0456 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043D\u0435\u043A\u043E\u0440\u0435\u043A\u0442\u043D\u0456
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=\u041F\u043E\u0432\u043D\u043E\u0432\u0430\u0436\u0435\u043D\u043D\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0432\u0438\u0447\u0435\u0440\u043F\u0430\u043B\u0438 \u0442\u0435\u0440\u043C\u0456\u043D \u0434\u0456\u0457
|
LdapAuthenticationProvider.credentialsExpired=\u041F\u043E\u0432\u043D\u043E\u0432\u0430\u0436\u0435\u043D\u043D\u044F \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0432\u0438\u0447\u0435\u0440\u043F\u0430\u043B\u0438 \u0442\u0435\u0440\u043C\u0456\u043D \u0434\u0456\u0457
|
||||||
LdapAuthenticationProvider.disabled=\u041E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441 \u043A\u043E\u0440\u0443\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0437\u0430\u0431\u043E\u0440\u043E\u043D\u0435\u043D\u0438\u0439
|
LdapAuthenticationProvider.disabled=\u041E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441 \u043A\u043E\u0440\u0443\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0437\u0430\u0431\u043E\u0440\u043E\u043D\u0435\u043D\u0438\u0439
|
||||||
LdapAuthenticationProvider.expired=\u041E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441 \u043A\u043E\u0440\u0443\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0432\u0438\u0447\u0435\u0440\u043F\u0430\u0432 \u0442\u0435\u0440\u043C\u0456\u043D \u0434\u0456\u0457
|
LdapAuthenticationProvider.expired=\u041E\u0431\u043B\u0456\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0441 \u043A\u043E\u0440\u0443\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0432\u0438\u0447\u0435\u0440\u043F\u0430\u0432 \u0442\u0435\u0440\u043C\u0456\u043D \u0434\u0456\u0457
|
||||||
|
@ -32,6 +32,7 @@ ExceptionTranslationFilter.insufficientAuthentication=\u8bbf\u95ee\u6b64\u8d44\u
|
|||||||
JdbcDaoImpl.noAuthority=\u6CA1\u6709\u4E3A\u7528\u6237{0}\u6307\u5B9A\u89D2\u8272
|
JdbcDaoImpl.noAuthority=\u6CA1\u6709\u4E3A\u7528\u6237{0}\u6307\u5B9A\u89D2\u8272
|
||||||
JdbcDaoImpl.notFound=\u672A\u627E\u5230\u7528\u6237{0}
|
JdbcDaoImpl.notFound=\u672A\u627E\u5230\u7528\u6237{0}
|
||||||
LdapAuthenticationProvider.badCredentials=\u7528\u6237\u540d\u6216\u5bc6\u7801\u9519\u8bef
|
LdapAuthenticationProvider.badCredentials=\u7528\u6237\u540d\u6216\u5bc6\u7801\u9519\u8bef
|
||||||
|
#LdapAuthenticationProvider.badLdapConnection=Connection to LDAP server failed
|
||||||
LdapAuthenticationProvider.credentialsExpired=\u7528\u6237\u51ED\u8BC1\u5DF2\u8FC7\u671F
|
LdapAuthenticationProvider.credentialsExpired=\u7528\u6237\u51ED\u8BC1\u5DF2\u8FC7\u671F
|
||||||
LdapAuthenticationProvider.disabled=\u7528\u6237\u5DF2\u5931\u6548
|
LdapAuthenticationProvider.disabled=\u7528\u6237\u5DF2\u5931\u6548
|
||||||
LdapAuthenticationProvider.expired=\u7528\u6237\u5E10\u53F7\u5DF2\u8FC7\u671F
|
LdapAuthenticationProvider.expired=\u7528\u6237\u5E10\u53F7\u5DF2\u8FC7\u671F
|
||||||
|
Loading…
x
Reference in New Issue
Block a user