Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SLAPDConfig ¶
type SLAPDConfig struct { // Directory for database to be written to. LDAPDir string // List of schema files to include. Includes []string // TLS assets for LDAPS. TLSKeyPath string TLSCertPath string // Bind properties for SLAPD RootDN string RootPwd string // contains filtered or unexported fields }
SLAPDConfig is the struct used to execute the SLAPD config template.
type TestLDAP ¶
type TestLDAP struct { clitest.AsyncTestCommand DexConfig *dex_ldap.Config TLSCert string }
TestLDAP holds the info about the running process and its configuration
Click to show internal directories.
Click to hide internal directories.