Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for requests (0.19 sec)

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

            "Logon failure: the user has not been granted the requested logon type at this computer.",
            "The SAM database on the Windows NT Server does not have a computer account for this workstation trust relationship.",
            "The logon request failed because the trust relationship between the primary domain and the trusted domain failed.",
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sat Jun 01 10:09:29 GMT 2019
    - 11.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/NtStatus.java

        public static final int NT_STATUS_NETWORK_ACCESS_DENIED = 0xC00000ca;
        public static final int NT_STATUS_BAD_NETWORK_NAME = 0xC00000cc;
        public static final int NT_STATUS_REQUEST_NOT_ACCEPTED = 0xC00000d0;
        public static final int NT_STATUS_CANT_ACCESS_DOMAIN_INFO = 0xC00000da;
        public static final int NT_STATUS_NO_SUCH_DOMAIN = 0xC00000df;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 11.1K bytes
    - Viewed (0)
Back to top