Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 63 for Administrator (0.92 sec)

  1. src/test/java/jcifs/internal/dtyp/ACETest.java

            ace.allow = false;
            ace.access = 0x001F01FF;
            ace.flags = ACE.FLAGS_INHERITED | ACE.FLAGS_OBJECT_INHERIT | ACE.FLAGS_CONTAINER_INHERIT;
            ace.sid = new SID("S-1-5-32-544"); // Administrators
    
            String result = ace.toString();
    
            assertTrue(result.startsWith("Deny  "));
            // Hexdump.toHexString produces uppercase hex
            assertTrue(result.toLowerCase().contains("0x001f01ff"));
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 13.6K bytes
    - Viewed (0)
  2. docs/es/docs/advanced/behind-a-proxy.md

    /// tip | Consejo
    
    Estamos utilizando el puerto 9999 en lugar del puerto HTTP estándar 80 para que no tengas que ejecutarlo con privilegios de administrador (`sudo`).
    
    ///
    
    Ahora crea ese otro archivo `routes.toml`:
    
    ```TOML hl_lines="5  12  20"
    [http]
      [http.middlewares]
    
        [http.middlewares.api-stripprefix.stripPrefix]
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SID.java

     * {@code S-1-5-21-1496946806-2192648263-3843101252-1029} but they may
     * also be resolved to yield the name of the associated Windows account
     * such as {@code Administrators} or {@code MYDOM\alice}.
     * <p>
     * Consider the following output of {@code examples/SidLookup.java}:
     *
     * <pre>
     *        toString: S-1-5-21-4133388617-793952518-2001621813-512
     * toDisplayString: WNET\Domain Admins
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 16K bytes
    - Viewed (0)
  4. src/test/java/jcifs/ACETest.java

                assertFalse((aliceDirectACE & ACE.FILE_WRITE_DATA) != 0, "Alice's direct ACE should not allow FILE_WRITE_DATA");
    
                // Inherited ACE: Allow Administrators 0x001F01FF
                int adminInheritedACE = 0x001F01FF;
                assertTrue((adminInheritedACE & ACE.FILE_READ_DATA) != 0, "Admin inherited ACE should allow FILE_READ_DATA");
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 24.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_es.properties

    labels.searchoptions_menu_lang=Idioma
    labels.searchoptions_menu_labels=Etiquetas
    labels.error_title=Error
    labels.system_error_title=Error del sistema
    labels.contact_site_admin=Póngase en contacto con el administrador del sitio.
    labels.request_error_title=El formato de la solicitud es incorrecto.
    labels.bad_request=La solicitud a la URL es incorrecta.
    labels.page_not_found_title=Página no encontrada.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/smb1/SID.java

     * {@code S-1-5-21-1496946806-2192648263-3843101252-1029} but they may
     * also be resolved to yield the name of the associated Windows account
     * such as {@code Administrators} or {@code MYDOM\alice}.
     * <p>
     * Consider the following output of {@code examples/SidLookup.java}:
     * <pre>
     *        toString: S-1-5-21-4133388617-793952518-2001621813-512
     * toDisplayString: WNET\Domain Admins
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.5K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_pt_BR.properties

    labels.searchoptions_menu_lang=Idioma
    labels.searchoptions_menu_labels=Rótulos
    labels.error_title=Erro
    labels.system_error_title=Erro do sistema
    labels.contact_site_admin=Entre em contato com o administrador do site.
    labels.request_error_title=O formato da solicitação está incorreto.
    labels.bad_request=A solicitação para a URL está incorreta.
    labels.page_not_found_title=Página não encontrada.
    labels.check_url=Verifique a URL.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.33.md

    **Action required** for Kubernetes cluster administrators and for distributions that manage the cluster Service CIDR.
    Kubernetes now allows users to define the cluster Service CIDR via an API object: ServiceCIDR.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:46:23 UTC 2025
    - 294.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.12.md

    multiple runtime options to support a variety of workload types.  Examples include native linux containers, and “sandboxed” containers that isolate the container from the host kernel.
    
    The CustomCFSQuotaPeriod alpha feature enables node administrators to change the default period used to enforce CFS quota on a node.  This can improve performance for some workloads that experience latency while using CFS quota with the default measurement period.  Finally, the SIG continues to focus on improving...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.13.md

    - kube-apiserver: the `NodeRestriction` admission plugin now prevents kubelets from modifying `Node` labels prefixed with `node-restriction.kubernetes.io/`. The `node-restriction.kubernetes.io/` label prefix is reserved for cluster administrators to use for labeling `Node` objects to target workloads to nodes in a way that kubelets cannot modify or spoof. ([#68267](https://github.com/kubernetes/kubernetes/pull/68267), [@liggitt](https://github.com/liggitt))
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
Back to top