1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-02-06 12:32:59 +00:00
ghostream/auth/ldap/ldap.go
2020-09-22 11:42:57 +02:00

8 lines
111 B
Go

package ldap
// Options holds web package configuration
type Options struct {
URI string
UserDn string
}