| http.auth.ntlm.domain | The default authentication domain in which the user is a member.
        This is the property used by Sun's implementation of NTLM in JDK 1.4.2;
        if set, it will override jcifs.smb.client.domain (to ensure
        consistent operation across platforms).
        This is only used if authentication information is not provided within
        the URL itself. | 
    
| jcifs.smb.client.domain | The default authentication domain in which the user is a member.
        This is used if authentication information is not provided within the
        URL itself. | 
    
| jcifs.smb.client.username | The default username used if not specified within the URL itself. | 
    
| jcifs.smb.client.password | The default password used if not specified within the URL itself. | 
    
| jcifs.netbios.hostname | During NTLM authentication, the client's NetBIOS hostname is presented
        to the server.  This property can be used to specify a particular name.
        If not provided, a generic name will be dynamically generated
        (i.e. JCIFS35_177_E6). |