Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for unavailable (0.16 sec)

  1. internal/config/identity/ldap/config.go

    	l.LDAP.GroupSearchBaseDistName = getCfgVal(GroupSearchBaseDN)
    
    	// If enable flag was not explicitly set, we treat it as implicitly set at
    	// this point as necessary configuration is available.
    	if !isEnableFlagExplicitlySet && !l.LDAP.Enabled {
    		l.LDAP.Enabled = true
    	}
    	// Validate and test configuration.
    	valResult := l.LDAP.Validate()
    	if !valResult.IsOk() {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 21:28:16 GMT 2024
    - 7.9K bytes
    - Viewed (2)
  2. internal/config/config.go

    		}
    		if !found {
    			return nil, Errorf("there is no target `%s` for subsystem `%s`", target, subSys)
    		}
    		targets = []string{target}
    	}
    
    	// The `Comment` configuration variable is optional but is available to be
    	// set for all sub-systems. It is not present in the `DefaultKVS` map's
    	// values. To enable fetching a configured comment value from the
    	// environment we add it to the list of default keys for the subsystem.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Mar 02 05:11:03 GMT 2024
    - 37.3K bytes
    - Viewed (0)
Back to top