blob: 95df809e933a7e141365469379f5ab4c792a34e3 [file] [log] [blame]
Ratan Guptaca039ca2022-01-09 12:22:27 +05301option('tests', type: 'feature', description: 'Build tests', value: 'enabled')
Patrick Williams0b5f1582025-07-09 18:08:12 -04002
3option('ldap', type: 'feature', description: 'Enable LDAP support')
4
Patrick Williamsf8ccac92025-02-01 08:37:15 -05005option(
6 'root_user_mgmt',
7 type: 'feature',
8 description: 'Enable management of the root user',
9 value: 'enabled',
10)
Chandramohan Harkude9ca86922025-05-18 13:09:25 +053011
12option(
13 'MAX_PASSWORD_LENGTH',
14 type: 'integer',
15 value: 64,
16 description: 'Max password Length default value as per NIST guideline recommendation',
17)