Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for NTLM (0.05 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/config/exentity/WebAuthentication.java

            } else if (Constants.DIGEST.equals(scheme)) {
                config.setAuthSchemeType(AuthSchemeType.DIGEST);
            } else if (Constants.NTLM.equals(scheme)) {
                config.setAuthSchemeType(AuthSchemeType.NTLM);
                // Pass jcifs.* properties via formParameters for NTLM configuration
                final Map<String, String> jcifsParams = new HashMap<>();
                getWebConfig().getConfigParameterMap(ConfigName.CONFIG)
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jan 10 01:38:30 GMT 2026
    - 5.7K bytes
    - Click Count (0)
Back to Top