config

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultUserAttrMap  = "name=uid,uid=uidNumber,gid=gidNumber"
	DefaultGroupAttrMap = "name=cn,gid=gidNumber"
)

Functions

This section is empty.

Types

type Config

type Config struct {
	LdapURL            string
	LdapTLS            bool
	LdapTLSVerify      bool
	LdapTLSCACert      string
	BindDN             string
	BindPassword       string
	UserBaseDN         string
	GroupBaseDN        string
	UserFilter         string
	GroupFilter        string
	UserAttrMap        map[string]string
	GroupAttrMap       map[string]string
	RequiredUserAttrs  []string
	RequiredGroupAttrs []string
	PagedSearch        bool
	PagedSearchSize    int
	MemberScheme       string
	UserPrefix         string
	EnabledMappers     []string
	MappersUserFilter  map[string]string
	MappersGroupFilter map[string]string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL