Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 65 for Provider (0.14 sec)

  1. src/main/java/org/codelibs/fess/ldap/LdapManager.java

            putEnv(env, Context.INITIAL_CONTEXT_FACTORY, initialContextFactory);
            putEnv(env, Context.SECURITY_AUTHENTICATION, securityAuthentication);
            putEnv(env, Context.PROVIDER_URL, providerUrl);
            putEnv(env, Context.SECURITY_PRINCIPAL, principal);
            putEnv(env, Context.SECURITY_CREDENTIALS, credntials);
            if (providerUrl != null && providerUrl.startsWith("ldaps://")) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 65.9K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ja.properties

    labels.general_storage=ストレージ
    labels.ldapProviderUrl=LDAP URL
    labels.ldapSecurityPrincipal=User DN
    labels.ldapAdminSecurityPrincipal=Bind DN
    labels.ldapAdminSecurityCredentials=パスワード
    labels.ldapBaseDn=Base DN
    labels.ldap_provider_url=LDAP URL
    labels.ldap_security_principal=User DN
    labels.ldap_admin_security_principal=Bind DN
    labels.ldap_admin_security_credentials=パスワード
    labels.ldap_base_dn=Base DN
    labels.ldapAccountFilter=アカウントフィルタ
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  3. src/main/config/es/fess_user_group.json

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "5EWS2-qMT2WwHG0yPrhP3Q",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_user.group"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 587 bytes
    - Viewed (0)
  4. src/main/config/es/fess_config_bad_word.json

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "0xToIxg0R1KjZqA0ynv9PQ",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.bad_word"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 961 bytes
    - Viewed (0)
  5. src/main/config/es/fess_config_path_mapping.json

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "Vn_Ry5JPRSet5M3Cg2D17w",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.path_mapping"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 1.1K bytes
    - Viewed (0)
  6. src/main/config/es/fess_config_related_content.json

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "34AXOK0ITy6U7fzGItZJsQ",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.related_content"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 1K bytes
    - Viewed (0)
  7. src/main/config/es/fess_config_web_authentication.json

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "8lg38XiCSh-kJgbOgYzMFA",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.web_authentication"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 1.3K bytes
    - Viewed (0)
  8. src/main/config/es/fess_log_search_log.json

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "XqUliNMJQy-rvkaOi_k9AQ",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_log.search_log"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Apr 12 15:00:27 GMT 2019
    - 2K bytes
    - Viewed (0)
  9. src/main/config/es/fess_config_file_config.json

            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "5fluDb3PStuKaHkl-5gdNw",
            "version" : {
              "created" : "6000051"
            },
            "provided_name" : "fess_config.file_config"
          }
        }
      }
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 2.3K bytes
    - Viewed (0)
  10. pom.xml

    			<plugin>
    				<artifactId>maven-dependency-plugin</artifactId>
    				<executions>
    					<execution>
    						<id>unpack-provided</id>
    						<phase>generate-resources</phase>
    						<goals>
    							<goal>unpack-dependencies</goal>
    						</goals>
    						<configuration>
    							<includeScope>provided</includeScope>
    							<outputDirectory>${project.build.directory}/tomcat-lib</outputDirectory>
    							<includes>**/*</includes>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
Back to top