Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for oldMap (0.03 sec)

  1. src/main/resources/fess_label_pt_BR.properties

    labels.general_menu_suggest=Sugerir
    labels.general_menu_ldap=LDAP
    labels.general_menu_notification=Mostrar notificação
    labels.general_storage=Armazenamento
    labels.ldapProviderUrl=URL do LDAP
    labels.ldapSecurityPrincipal=DN do usuário
    labels.ldapAdminSecurityPrincipal=DN de ligação
    labels.ldapAdminSecurityCredentials=Senha
    labels.ldapBaseDn=DN base
    labels.ldap_provider_url=URL do LDAP
    labels.ldap_security_principal=DN do usuário
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

            setSystemProperty(Constants.LDAP_INITIAL_CONTEXT_FACTORY, value);
        }
    
        default String getLdapInitialContextFactory() {
            return getSystemProperty(Constants.LDAP_INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
        }
    
        default void setLdapSecurityAuthentication(final String value) {
            setSystemProperty(Constants.LDAP_SECURITY_AUTHENTICATION, value);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 86.5K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

                    return queryParser;
                }
            };
            File file = File.createTempFile("test", ".properties");
            file.deleteOnExit();
            FileUtil.writeBytes(file.getAbsolutePath(), "ldap.security.principal=******@****.***".getBytes("UTF-8"));
            DynamicProperties systemProps = new DynamicProperties(file);
            ComponentUtil.register(systemProps, "systemProperties");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Suggest */
        public static final String LABELS_general_menu_suggest = "{labels.general_menu_suggest}";
    
        /** The key of the message: LDAP */
        public static final String LABELS_general_menu_ldap = "{labels.general_menu_ldap}";
    
        /** The key of the message: Notification */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top