blob: 44551ad389091d7fb8c5c248933a7d73e6a4935c [file] [log] [blame]
Ratan Guptaca039ca2022-01-09 12:22:27 +05301option('tests', type: 'feature', description: 'Build tests', value: 'enabled')
Patrick Williamsf8ccac92025-02-01 08:37:15 -05002option(
3 'root_user_mgmt',
4 type: 'feature',
5 description: 'Enable management of the root user',
6 value: 'enabled',
7)
Chandramohan Harkude9ca86922025-05-18 13:09:25 +05308
9option(
10 'MAX_PASSWORD_LENGTH',
11 type: 'integer',
12 value: 64,
13 description: 'Max password Length default value as per NIST guideline recommendation',
14)