xref: /openbmc/phosphor-user-manager/meson.options (revision 9ca8692dedc633c6d2857f0a8dda8a3437ed50f9)
1option('tests', type: 'feature', description: 'Build tests', value: 'enabled')
2option(
3    'root_user_mgmt',
4    type: 'feature',
5    description: 'Enable management of the root user',
6    value: 'enabled',
7)
8
9option(
10    'MAX_PASSWORD_LENGTH',
11    type: 'integer',
12    value: 64,
13    description: 'Max password Length default value as per NIST guideline recommendation',
14)
15