1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-02-11 10:51:16 +00:00
ghostream/auth/ldap/ldap.go

8 lines
111 B
Go
Raw Normal View History

2020-09-22 11:42:57 +02:00
package ldap
// Options holds web package configuration
type Options struct {
URI string
UserDn string
}