- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 21 for ntlm (1.09 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/WebAuthentication.java
if (StringUtil.isBlank(s) || Constants.NTLM.equals(s)) { s = AuthScope.ANY_SCHEME; } return new AuthScope(getHostname(), p, r, s); } private Credentials getCredentials() { if (StringUtil.isEmpty(getUsername())) { throw new CrawlerSystemException("username is empty."); } if (Constants.NTLM.equals(getProtocolScheme())) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/DataConfig.java
import org.codelibs.fess.crawler.client.http.HcHttpClient; import org.codelibs.fess.crawler.client.http.form.FormScheme; import org.codelibs.fess.crawler.client.http.impl.AuthenticationImpl; import org.codelibs.fess.crawler.client.http.ntlm.JcifsEngine; import org.codelibs.fess.crawler.client.smb.SmbAuthentication; import org.codelibs.fess.crawler.client.smb.SmbClient; import org.codelibs.fess.crawler.exception.CrawlerSystemException;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
protected static final String SPNEGO_ALLOW_LOCALHOST = "spnego.allow.localhost"; /** Configuration key for prompting NTLM authentication. */ protected static final String SPNEGO_PROMPT_NTLM = "spnego.prompt.ntlm"; /** Configuration key for allowing unsecure basic authentication. */ protected static final String SPNEGO_ALLOW_UNSECURE_BASIC = "spnego.allow.unsecure.basic";
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/admin/webauth/AdminWebauthAction.java
return entity; }); } /** * Registers available protocol scheme items for web authentication forms. * Includes Basic, Digest, NTLM, and Form authentication schemes. * * @param data the render data to register the protocol scheme items with */ protected void registerProtocolSchemeItems(final RenderData data) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 20.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String BASIC = "BASIC"; /** Digest authentication type identifier. */ public static final String DIGEST = "DIGEST"; /** NTLM authentication type identifier. */ public static final String NTLM = "NTLM"; /** Form-based authentication type identifier. */ public static final String FORM = "FORM"; /** Samba authentication type identifier. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.webauth_password=Password labels.webauth_parameters=Parameters labels.webauth_web_crawling_config=Web Config labels.webauth_scheme_basic=Basic labels.webauth_scheme_digest=Digest labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=Form labels.log_configuration=Log Files labels.log_file_name=File Name labels.log_file_date=Timestamp labels.labeltype_configuration=Label labels.labeltype_title_details=Label
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.webauth_username=使用者名稱 labels.webauth_password=密碼 labels.webauth_parameters=參數 labels.webauth_web_crawling_config=Web配置 labels.webauth_scheme_basic=基本 labels.webauth_scheme_digest=摘要 labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=表單 labels.log_configuration=日誌檔案 labels.log_file_name=檔案名稱 labels.log_file_date=時間戳記 labels.labeltype_configuration=標籤 labels.labeltype_title_details=標籤 labels.labeltype_name=名稱
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.webauth_password=Passwort labels.webauth_parameters=Parameter labels.webauth_web_crawling_config=Web-Konfiguration labels.webauth_scheme_basic=Basic labels.webauth_scheme_digest=Digest labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=Formular labels.log_configuration=Protokolldateien labels.log_file_name=Dateiname labels.log_file_date=Zeitstempel labels.labeltype_configuration=Label labels.labeltype_title_details=Label
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_label_pl.properties
labels.webauth_password=Hasło labels.webauth_parameters=Parametry labels.webauth_web_crawling_config=Konfiguracja web labels.webauth_scheme_basic=Podstawowy labels.webauth_scheme_digest=Digest labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=Formularz labels.log_configuration=Plik dziennika labels.log_file_name=Nazwa pliku labels.log_file_date=Sygnatura czasowa labels.labeltype_configuration=Etykieta
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.webauth_password=Пароль labels.webauth_parameters=Параметры labels.webauth_web_crawling_config=Веб-конфигурация labels.webauth_scheme_basic=Basic labels.webauth_scheme_digest=Digest labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=Форма labels.log_configuration=Файлы журнала labels.log_file_name=Имя файла labels.log_file_date=Временная метка labels.labeltype_configuration=Метка labels.labeltype_title_details=Метка
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0)