8ac7fa0206
For some deployments 53 may be to high of a value and a lower value may be used (ie for registration into active directory, which has lower name limits) so add the ability to reduce the valid length of server names (but preserve the current limits by default). Change-Id: Icd06aba14dbf156b9164b0e25233f2df7099fc9b
7 lines
252 B
YAML
7 lines
252 B
YAML
---
|
|
features:
|
|
- Adds new 'max_server_name_length' configuration option
|
|
which defaults to the prior upper bound (53) and can be
|
|
lowered by users (if they need to, for example due to
|
|
ldap or other internal name limit restrictions).
|