diff --git a/main.go b/main.go index 42c2ef9..b455f7a 100644 --- a/main.go +++ b/main.go @@ -239,6 +239,7 @@ func main() { go func() { log.Fatal(srv.ListenAndServe()) }() + log.Printf("Using LDAP server at %s:%d (baseDN: %s)", myLDAP.Host, myLDAP.Port, myLDAP.BaseDN) log.Printf("Ready, listening on %s", *bind) // Wait shutdown signal