- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for convertToFQDN (0.1 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);
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/Configuration.java
* * This works by appending the domain name to the netbios short name and will fail horribly if this mapping is not * correct for your domain. * * Property <tt>jcifs.smb.client.dfs.convertToFQDN</tt> (boolean, default false) * * @return whether to convert NetBIOS names returned by DFS to FQDNs */ boolean isDfsConvertToFQDN (); /** * Minimum protocol version *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)