- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 22 for ntlm (0.02 seconds)
-
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. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (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
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
public String spnegoAllowBasic; /** Enable or disable SPNEGO unsecure basic authentication. */ @Size(max = 10) public String spnegoAllowUnsecureBasic; /** Enable or disable SPNEGO NTLM prompt. */ @Size(max = 10) public String spnegoPromptNtlm; /** Enable or disable SPNEGO localhost authentication. */ @Size(max = 10) public String spnegoAllowLocalhost;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/resources/fess_label.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
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setSystemProperty("spnego.allow.unsecure.basic", String.valueOf(isCheckboxEnabled(form.spnegoAllowUnsecureBasic))); fessConfig.setSystemProperty("spnego.prompt.ntlm", String.valueOf(isCheckboxEnabled(form.spnegoPromptNtlm))); fessConfig.setSystemProperty("spnego.allow.localhost", String.valueOf(isCheckboxEnabled(form.spnegoAllowLocalhost)));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (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=名稱
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (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=Метка
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 66.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Digest */ public static final String LABELS_webauth_scheme_digest = "{labels.webauth_scheme_digest}"; /** The key of the message: NTLM */ public static final String LABELS_webauth_scheme_ntlm = "{labels.webauth_scheme_ntlm}"; /** The key of the message: Form */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.webauth_password=Mot de passe labels.webauth_parameters=Paramètres labels.webauth_web_crawling_config=Configuration Web labels.webauth_scheme_basic=De base labels.webauth_scheme_digest=Digest labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=Formulaire labels.log_configuration=Fichiers journaux labels.log_file_name=Nom de fichier labels.log_file_date=Horodatage labels.labeltype_configuration=Étiquette
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
src/main/resources/fess_label_it.properties
labels.webauth_password=Password labels.webauth_parameters=Parametri labels.webauth_web_crawling_config=Configurazione web labels.webauth_scheme_basic=Basic labels.webauth_scheme_digest=Digest labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=Form labels.log_configuration=File di log labels.log_file_name=Nome file labels.log_file_date=Data/ora labels.labeltype_configuration=Etichetta labels.labeltype_title_details=Etichetta
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52K bytes - Click Count (0)