aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-03-09 19:00:45 +0100
committerAlex Auvolat <alex@adnab.me>2021-03-09 19:00:45 +0100
commit99d8955ab3b5e24552d1f2b621744d07013f58ac (patch)
tree5820b5b594aeea4d4bb366055efef62046221119 /main.go
parent1a20a64eff34336789c0e3b41db1de727e3fe998 (diff)
downloadbottin-99d8955ab3b5e24552d1f2b621744d07013f58ac.tar.gz
bottin-99d8955ab3b5e24552d1f2b621744d07013f58ac.zip
Refactor & add case normalization logic to putAttributes
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index 3d5ba57..13d3da6 100644
--- a/main.go
+++ b/main.go
@@ -74,8 +74,6 @@ type State struct {
login Login
}
-type Entry map[string][]string
-
var configFlag = flag.String("config", "./config.json", "Configuration file path")
var resyncFlag = flag.Bool("resync", false, "Check and re-synchronize memberOf values before launch")