- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for enableBasic (0.06 sec)
-
src/main/java/jcifs/smb1/http/NtlmServlet.java
domainController = defaultDomain; loadBalance = Config.getBoolean( "jcifs.smb1.http.loadBalance", true ); } enableBasic = Boolean.valueOf( Config.getProperty("jcifs.smb1.http.enableBasic")).booleanValue(); insecureBasic = Boolean.valueOf( Config.getProperty("jcifs.smb1.http.insecureBasic")).booleanValue();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 6.8K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmServlet.java
this.domainController = this.defaultDomain; this.loadBalance = Config.getBoolean(p, "jcifs.http.loadBalance", true); } this.enableBasic = Boolean.valueOf(p.getProperty("jcifs.http.enableBasic")).booleanValue(); this.insecureBasic = Boolean.valueOf(p.getProperty("jcifs.http.insecureBasic")).booleanValue(); this.realm = p.getProperty("jcifs.http.basicRealm");
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 7.6K bytes - Viewed (0)