Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIAMWithLDAPServerSuite (0.3 sec)

  1. cmd/sts-handlers_test.go

    	if err != nil {
    		c.Fatalf("unable to setup LDAP for tests: %v", err)
    	}
    
    	s.RestartIAMSuite(c)
    }
    
    const (
    	EnvTestLDAPServer = "_MINIO_LDAP_TEST_SERVER"
    )
    
    func TestIAMWithLDAPServerSuite(t *testing.T) {
    	for i, testCase := range iamTestSuites {
    		t.Run(
    			fmt.Sprintf("Test: %d, ServerType: %s", i+1, testCase.ServerTypeDescription),
    			func(t *testing.T) {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 85.7K bytes
    - Viewed (0)
Back to top