Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 144 for administrators (1.64 sec)

  1. releasenotes/notes/37057.yaml

      This feature is intended primarily for use on VMs, where system administrators need
      to restrain interception of the outgoing traffic down to a few applications instead
      of intercepting all outgoing traffic.
    
      By default, as before, Istio Sidecar will intercept outgoing traffic from all processes,
      no matter what user groups they are running under.
    
      To change this behavior, system administrators can now use 2 new environment variables
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 25 15:43:38 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/dtyp/ACE.java

     * <tt>WNET\alice</tt> is in the local <tt>Administrators</tt> group the access check
     * will succeed because the inherited ACE allows local <tt>Administrators</tt>
     * both <tt>FILE_READ_DATA</tt> and <tt>FILE_WRITE_DATA</tt> access.
     * 
     * @internal
     */
    public class ACE implements jcifs.ACE, Decodable {
    
        boolean allow;
        int flags;
        int access;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 5.4K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/ACE.java

     * Allow Administrators 0x001F01FF  Inherited
     * Allow SYSTEM         0x001F01FF  Inherited
     * </pre>
     * the access check would fail because the direct ACE has an access mask
     * of <tt>0x001200A9</tt> which doesn't have the
     * <tt>FILE_WRITE_DATA</tt> bit on (bit <tt>0x00000002</tt>). Actually, this isn't quite correct. If
     * <tt>WNET\alice</tt> is in the local <tt>Administrators</tt> group the access check
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 7.2K bytes
    - Viewed (0)
  4. src/main/java/jcifs/ACE.java

     * <tt>WNET\alice</tt> is in the local <tt>Administrators</tt> group the access check
     * will succeed because the inherited ACE allows local <tt>Administrators</tt>
     * both <tt>FILE_READ_DATA</tt> and <tt>FILE_WRITE_DATA</tt> access.
     */
    public interface ACE {
    
        /**
         * 
         */
        public static final int FILE_READ_DATA = 0x00000001; // 1
        /**
         * 
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 6.5K bytes
    - Viewed (0)
  5. cluster/gce/windows/testonly/install-ssh.psm1

          #
          # Just catch them and ignore them.
          Create-NewProfile $username $pw -ErrorAction Stop
    
          # Add the user to the Administrators group, otherwise we will not have
          # privilege when we ssh.
          Add-LocalGroupMember -Group Administrators -Member $username
        } catch {}
    
        $user_dir = "C:\Users\" + $username
        if (-not (Test-Path $user_dir)) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 05:09:18 UTC 2021
    - 11.6K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/net/nettest/nettest_windows.go

    	// Note: To use a socket of type SOCK_RAW requires administrative privileges.
    	// Users running Winsock applications that use raw sockets must be a member of
    	// the Administrators group on the local computer, otherwise raw socket calls
    	// will fail with an error code of WSAEACCES. On Windows Vista and later, access
    	// for raw sockets is enforced at socket creation. In earlier versions of Windows,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 19:27:51 UTC 2019
    - 989 bytes
    - Viewed (0)
  7. cluster/addons/dns/kube-dns/README.md

    # kube-dns
    
    `kube-dns` schedules DNS Pods and Service on the cluster, other pods in cluster
    can use the DNS Service’s IP to resolve DNS names.
    
    * [Administrators guide](http://kubernetes.io/docs/admin/dns/)
    * [Code repository](http://www.github.com/kubernetes/dns)
    
    ## Manually scale kube-dns Deployment
    
    kube-dns creates only one DNS Pod by default. If
    [dns-horizontal-autoscaler](../../dns-horizontal-autoscaler/)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/bootstraptoken/v1/types.go

    	// Used for joining nodes in the cluster.
    	Token *BootstrapTokenString `json:"token" datapolicy:"token"`
    	// Description sets a human-friendly message why this token exists and what it's used
    	// for, so other administrators can know its purpose.
    	// +optional
    	Description string `json:"description,omitempty"`
    	// TTL defines the time to live for this token. Defaults to 24h.
    	// Expires and TTL are mutually exclusive.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 01 21:11:49 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  9. src/main/java/jcifs/SID.java

     * <tt>S-1-5-21-1496946806-2192648263-3843101252-1029</tt> but they may
     * also be resolved to yield the name of the associated Windows account
     * such as <tt>Administrators</tt> or <tt>MYDOM\alice</tt>.
     * <p>
     * Consider the following output of <tt>examples/SidLookup.java</tt>:
     * 
     * <pre>
     *        toString: S-1-5-21-4133388617-793952518-2001621813-512
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 5.1K bytes
    - Viewed (0)
  10. docs/bucket/lifecycle/DESIGN.md

    ### Transition Status
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 4.3K bytes
    - Viewed (0)
Back to top