Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isAllowGuestFallback (0.14 sec)

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

                            throw e;
                        }
                        ex = e;
                        response = sessResponse;
                    }
    
                    if ( !this.getConfig().isAllowGuestFallback() && response.isLoggedInAsGuest()
                            && ! ( this.credentials.isGuest() || this.credentials.isAnonymous() ) ) {
                        throw new SmbAuthException(NtStatus.NT_STATUS_LOGON_FAILURE);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Nov 14 17:41:04 UTC 2021
    - 49K bytes
    - Viewed (0)
Back to top