add missing parse command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
1
main.go
1
main.go
@@ -13,6 +13,7 @@ func main() {
|
||||
baseDN := flag.String("baseDN", "OU=Users,DC=example,DC=com", "Base DN to use when attempting to bind to AD")
|
||||
username := flag.String("username", "user", "Username to use when attempting to bind to AD")
|
||||
password := flag.String("password", "pass", "Password to use when attempting to bind to AD")
|
||||
flag.Parse()
|
||||
|
||||
config := &auth.Config{
|
||||
Server: *server,
|
||||
|
Reference in New Issue
Block a user