- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for logonShare (0.07 sec)
-
src/main/java/jcifs/config/PropertyConfiguration.java
this.dfsStrictView = Config.getBoolean(p, "jcifs.smb.client.dfs.strictView", false); this.dfsConvertToFqdn = Config.getBoolean(p, "jcifs.smb.client.dfs.convertToFQDN", false); this.logonShare = p.getProperty("jcifs.smb.client.logonShare", null); this.defaultDomain = p.getProperty("jcifs.smb.client.domain", null); this.defaultUserName = p.getProperty("jcifs.smb.client.username", null);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
protected int vcNumber = 1; protected boolean dfsDisabled = false; protected long dfsTTL = 300; protected boolean dfsStrictView = false; protected boolean dfsConvertToFqdn; protected String logonShare; protected String defaultDomain; protected String defaultUserName; protected String defaultPassword; protected String netbiosHostname; protected int netbiosCachePolicy = 60 * 60 * 10;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 20.4K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
* * @return local NETBIOS/short name to announce */ String getNetbiosHostname (); /** * * Property <tt>jcifs.smb.client.logonShare</tt> * * @return share to connect to during authentication, if unset connect to IPC$ */ String getLogonShare (); /** * *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)