Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for userList (0.17 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/sts-handlers_test.go

    	}
    
    	// Validate that user listing does not return any entries
    	usersList, err := s.adm.ListUsers(ctx)
    	if err != nil {
    		c.Fatalf("list users should not fail: %v", err)
    	}
    	if len(usersList) != 1 {
    		c.Fatalf("expected user listing output: %v", usersList)
    	}
    	uinfo := usersList[userDN]
    	if uinfo.PolicyName != policy || uinfo.Status != madmin.AccountEnabled {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Wed Oct 15 17:00:45 GMT 2025
    - 103.4K bytes
    - Click Count (1)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_web_auth_list = "{labels.web_auth_list}";
    
        /** The key of the message: User List */
        public static final String LABELS_user_list = "{labels.user_list}";
    
        /** The key of the message: Suggest Word List */
        public static final String LABELS_suggest_word_list = "{labels.suggest_word_list}";
    
        /** The key of the message: Storage List */
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 156.4K bytes
    - Click Count (0)
Back to Top