mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
cmd/cli: use wmi to get AD domain
Since using syscall.NetGetJoinInformation won't return the full domain name. Discovered while investigating issue with SRV ldap check.
This commit is contained in:
committed by
Cuong Manh Le
parent
7ed6733fb7
commit
69e0aab73e
1
go.mod
1
go.mod
@@ -58,6 +58,7 @@ require (
|
||||
github.com/golang/protobuf v1.5.4 // indirect
|
||||
github.com/google/go-cmp v0.6.0 // indirect
|
||||
github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/hashicorp/hcl v1.0.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/jsimonetti/rtnetlink v1.4.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user