Add log to know LDAP server in use
This commit is contained in:
parent
439dc2cd07
commit
910dd7b47a
1 changed files with 1 additions and 0 deletions
1
main.go
1
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue