Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for server_type (0.16 sec)

  1. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.2.xsd

            </xs:sequence>
        </xs:complexType>
        <xs:complexType name="key-serversType">
            <xs:sequence>
                <xs:element type="key-serverType" name="key-server" maxOccurs="unbounded" minOccurs="0"/>
            </xs:sequence>
            <xs:attribute type="xs:boolean" name="enabled"/>
        </xs:complexType>
        <xs:complexType name="key-serverType">
            <xs:attribute type="xs:string" name="uri"/>
        </xs:complexType>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.1.xsd

            </xs:sequence>
        </xs:complexType>
        <xs:complexType name="key-serversType">
            <xs:sequence>
                <xs:element type="key-serverType" name="key-server" maxOccurs="unbounded" minOccurs="0"/>
            </xs:sequence>
            <xs:attribute type="xs:boolean" name="enabled"/>
        </xs:complexType>
        <xs:complexType name="key-serverType">
            <xs:attribute type="xs:string" name="uri"/>
        </xs:complexType>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.3.xsd

            </xs:sequence>
        </xs:complexType>
        <xs:complexType name="key-serversType">
            <xs:sequence>
                <xs:element type="key-serverType" name="key-server" maxOccurs="unbounded" minOccurs="0"/>
            </xs:sequence>
            <xs:attribute type="xs:boolean" name="enabled"/>
        </xs:complexType>
        <xs:complexType name="key-serverType">
            <xs:attribute type="xs:string" name="uri"/>
        </xs:complexType>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 17 23:01:46 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  4. cmd/admin-handlers-users-race_test.go

    		// Init and run test on ErasureSD backend with signature v4.
    		{serverType: "ErasureSD", signer: signerV4},
    		// Init and run test on ErasureSD backend, with tls enabled.
    		{serverType: "ErasureSD", signer: signerV4, secure: true},
    		// Init and run test on Erasure backend.
    		{serverType: "Erasure", signer: signerV4},
    		// Init and run test on ErasureSet backend.
    		{serverType: "ErasureSet", signer: signerV4},
    	}
    	testCases := []*TestSuiteIAM{}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  5. cmd/sftp-server_test.go

    }
    
    func TestSFTPAuthentication(t *testing.T) {
    	for i, testCase := range iamTestSuites {
    		t.Run(
    			fmt.Sprintf("Test: %d, ServerType: %s", i+1, testCase.ServerTypeDescription),
    			func(t *testing.T) {
    				c := &check{t, testCase.serverType}
    				suite := testCase
    
    				suite.SetUpSuite(c)
    
    				suite.SFTPServiceAccountLogin(c)
    				suite.SFTPInvalidServiceAccountPassword(c)
    
    				// LDAP tests
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jun 05 07:51:13 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top