Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for ntlm (0.57 sec)

  1. src/main/java/org/codelibs/fess/es/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;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ja.properties

    labels.webauth_username=ユーザー名
    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=Form
    labels.log_configuration=ログファイル
    labels.log_file_name=ファイル名
    labels.log_file_date=タイムスタンプ
    labels.labeltype_configuration=ラベル
    labels.labeltype_title_details=ラベル
    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/java/org/codelibs/fess/es/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())) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java

        protected static final String SPNEGO_ALLOW_DELEGATION = "spnego.allow.delegation";
        protected static final String SPNEGO_ALLOW_LOCALHOST = "spnego.allow.localhost";
        protected static final String SPNEGO_PROMPT_NTLM = "spnego.prompt.ntlm";
        protected static final String SPNEGO_ALLOW_UNSECURE_BASIC = "spnego.allow.unsecure.basic";
        protected static final String SPNEGO_ALLOW_BASIC = "spnego.allow.basic";
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 11.2K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java

            itemList.add(createItem(ComponentUtil.getMessageManager().getMessage(locale, "labels.webauth_scheme_ntlm"), Constants.NTLM));
            itemList.add(createItem(ComponentUtil.getMessageManager().getMessage(locale, "labels.webauth_scheme_form"), Constants.FORM));
            RenderDataUtil.register(data, "protocolSchemeItems", itemList);
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 15.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/Constants.java

        public static final String NUM_OF_THREADS = "numOfThreads";
    
        public static final String BASIC = "BASIC";
    
        public static final String DIGEST = "DIGEST";
    
        public static final String NTLM = "NTLM";
    
        public static final String FORM = "FORM";
    
        public static final String SAMBA = "SAMBA";
    
        public static final String FTP = "FTP";
    
        public static final String[] RESERVED =
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ru.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=Форма
    labels.log_configuration=Журнал файлов
    labels.log_file_name=File Name
    labels.log_file_date=Timestamp
    labels.labeltype_configuration=Label
    labels.labeltype_title_details=Label
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  8. 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=Form
    labels.log_configuration=Protokolldateien
    labels.log_file_name=Dateiname
    labels.log_file_date=Zeitstempel
    labels.labeltype_configuration=Label
    labels.labeltype_title_details=Label
    L46
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  9. 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	=	Basique
    labels.webauth_scheme_digest	=	Digest
    labels.webauth_scheme_ntlm	=	NTLM
    labels.webauth_scheme_form	=	Former
    labels.log_configuration	=	Fichiers journaux
    labels.log_file_name	=	Nom de fichier
    labels.log_file_date	=	Horodatage
    labels.labeltype_configuration	=	Étiqueter
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  10. 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 */
        public static final String LABELS_webauth_scheme_form = "{labels.webauth_scheme_form}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top