Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for groupSearchBaseDN (0.36 seconds)

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

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

    	UserDNSearchBaseDistNames []string `json:"-"` // Generated field
    	UserDNSearchFilter        string   `json:"userDNSearchFilter"`
    
    	// Group search parameters
    	GroupSearchBaseDistName  string   `json:"groupSearchBaseDN"`
    	GroupSearchBaseDistNames []string `json:"-"` // Generated field
    	GroupSearchFilter        string   `json:"groupSearchFilter"`
    
    	// Lookup bind LDAP service account
    	LookupBindDN       string `json:"lookupBindDN"`
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sat Oct 08 05:12:36 GMT 2022
    - 2.2K bytes
    - Click Count (0)
  2. internal/config/identity/ldap/help.go

    			Optional:    true,
    			Type:        "string",
    		},
    		config.HelpKV{
    			Key:         GroupSearchBaseDN,
    			Description: `";" separated list of group search base DNs e.g. "dc=myldapserver,dc=com"` + defaultHelpPostfix(GroupSearchBaseDN),
    			Optional:    true,
    			Type:        "list",
    		},
    		config.HelpKV{
    			Key:         TLSSkipVerify,
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri May 24 23:05:23 GMT 2024
    - 3.8K bytes
    - Click Count (0)
Back to Top