Closed majst01 closed 4 hours ago
Maximum password length is 16 for IPMI 1.5 and 20 for IPMI 2.0.
We should restrict to 16 characters to be on the safe side.
It is already restricted to 10 characters: https://github.com/metal-stack/go-hal/blob/master/pkg/api/types.go#L180
Maximum password length is 16 for IPMI 1.5 and 20 for IPMI 2.0.
We should restrict to 16 characters to be on the safe side.