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