Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for resolveSids (0.49 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

            return new SmbFileOutputStream(this);
        }
    
        private void processAces(final ACE[] aces, final boolean resolveSids) throws IOException {
            final String server = getServerWithDfs();
            int ai;
    
            if (resolveSids) {
                final SID[] sids = new SID[aces.length];
                final String[] names = null;
    
                for (ai = 0; ai < aces.length; ai++) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

            return new SmbRandomAccessFile(this, mode, sharing, false);
        }
    
        private void processAces(final ACE[] aces, final boolean resolveSids) throws IOException {
            String server = this.fileLocator.getServerWithDfs();
            int ai;
    
            if (resolveSids) {
                if (this.fileLocator.getDfsPath() == null && this.fileLocator.getPort() != -1) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
Back to top