Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config for the test in-memory LDAP server.
type TestLDAPServer ¶
type TestLDAPServer struct { Addr string // contains filtered or unexported fields }
func StartServer ¶
func StartServer(t testing.TB, config *Config) *TestLDAPServer
StartServer starts a test LDAP server with the specified configuration.
func (*TestLDAPServer) Close ¶
func (s *TestLDAPServer) Close()
Click to show internal directories.
Click to hide internal directories.