aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index f9aef52..39927bb 100644
--- a/main.go
+++ b/main.go
@@ -16,10 +16,10 @@ import (
"os/signal"
"syscall"
- ldap "./ldapserver"
+ ldap "git.luxeylab.net/lx/bottin/ldapserver"
consul "github.com/hashicorp/consul/api"
- message "github.com/vjeantet/goldap/message"
log "github.com/sirupsen/logrus"
+ message "github.com/vjeantet/goldap/message"
)
const ATTR_USERPASSWORD = "userpassword"
@@ -40,7 +40,7 @@ type ConfigFile struct {
TLSCertFile string `json:"tls_cert_file"`
TLSKeyFile string `json:"tls_key_file"`
TLSServerName string `json:"tls_server_name"`
- LogLevel string `json:"log_level"`
+ LogLevel string `json:"log_level"`
}
type Config struct {