- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 48 for oldMap (1.32 sec)
-
src/main/resources/fess_label_es.properties
labels.general_menu_suggest=Sugerir labels.general_menu_ldap=LDAP labels.general_menu_notification=Mostrar notificación labels.general_storage=Almacenamiento labels.ldapProviderUrl=URL de LDAP labels.ldapSecurityPrincipal=DN de usuario labels.ldapAdminSecurityPrincipal=DN de enlace labels.ldapAdminSecurityCredentials=Contraseña labels.ldapBaseDn=DN base labels.ldap_provider_url=URL de LDAP labels.ldap_security_principal=DN de usuario
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.general_menu_logging=로깅 labels.general_menu_suggest=추천 labels.general_menu_ldap=LDAP labels.general_menu_notification=알림 표시 labels.general_storage=스토리지 labels.ldapProviderUrl=LDAP URL labels.ldapSecurityPrincipal=사용자 DN labels.ldapAdminSecurityPrincipal=바인드 DN labels.ldapAdminSecurityCredentials=비밀번호 labels.ldapBaseDn=베이스 DN labels.ldap_provider_url=LDAP URL labels.ldap_security_principal=사용자 DN
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.general_menu_suggest=Suggest labels.general_menu_ldap=LDAP labels.general_menu_notification=Notification labels.general_storage=Storage labels.ldapProviderUrl=LDAP URL labels.ldapSecurityPrincipal=User DN labels.ldapAdminSecurityPrincipal=Bind DN labels.ldapAdminSecurityCredentials=Password labels.ldapBaseDn=Base DN labels.ldap_provider_url=LDAP URL labels.ldap_security_principal=User DN
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.general_menu_suggest=Предложения labels.general_menu_ldap=LDAP labels.general_menu_notification=Уведомление labels.general_storage=Хранилище labels.ldapProviderUrl=URL-адрес LDAP labels.ldapSecurityPrincipal=DN пользователя labels.ldapAdminSecurityPrincipal=DN привязки labels.ldapAdminSecurityCredentials=Пароль labels.ldapBaseDn=Базовый DN labels.ldap_provider_url=URL-адрес LDAP labels.ldap_security_principal=DN пользователя
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.general_menu_suggest=Suggerisci labels.general_menu_ldap=LDAP labels.general_menu_notification=Mostra notifica labels.general_storage=Archiviazione labels.ldapProviderUrl=URL LDAP labels.ldapSecurityPrincipal=DN utente labels.ldapAdminSecurityPrincipal=DN bind labels.ldapAdminSecurityCredentials=Password labels.ldapBaseDn=DN base labels.ldap_provider_url=URL LDAP labels.ldap_security_principal=DN utente
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.general_menu_logging=日志记录 labels.general_menu_suggest=建议 labels.general_menu_ldap=LDAP labels.general_menu_notification=显示通知 labels.general_storage=存储 labels.ldapProviderUrl=LDAP URL labels.ldapSecurityPrincipal=用户DN labels.ldapAdminSecurityPrincipal=绑定DN labels.ldapAdminSecurityCredentials=密码 labels.ldapBaseDn=基本DN labels.ldap_provider_url=LDAP URL labels.ldap_security_principal=用户DN labels.ldap_admin_security_principal=绑定DN
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.5K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.general_menu_suggest=Suggérer labels.general_menu_ldap=LDAP labels.general_menu_notification=Notification labels.general_storage=Stockage labels.ldapProviderUrl=URL LDAP labels.ldapSecurityPrincipal=DN de l'utilisateur labels.ldapAdminSecurityPrincipal=DN de liaison labels.ldapAdminSecurityCredentials=Mot de passe labels.ldapBaseDn=DN de base labels.ldap_provider_url=URL LDAP labels.ldap_security_principal=DN de l'utilisateur
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/group/AdminGroupAction.java
messages.addErrorsCrudInvalidMode(GLOBAL, String.valueOf(expectedMode), String.valueOf(crudMode)); }, this::asListHtml); } } /** * Validates group attributes using LDAP manager. * * @param attributes the attributes to validate * @param throwError the error handler */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 16.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
/** * Resolves the SPNEGO credential to a user entity. * * This method handles the resolution of SPNEGO credentials by checking * if the user is an admin user or needs to be authenticated through LDAP. * * @param resolver The credential resolver to use for user lookup */ @Override public void resolveCredential(final LoginCredentialResolver resolver) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java
// ============== /** * Resolves login credentials using various authentication methods. * This method handles local user authentication, LDAP authentication, * and SSO authentication through configured authenticators. * * @param resolver the credential resolver to use */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.1K bytes - Viewed (0)