xref: /openbmc/phosphor-user-manager/meson.options (revision 0b5f15851690855afefeb176d6e03ac3e6d24af9)
124637e5fSGeorge Liuoption('tests', type: 'feature', description: 'Build tests', value: 'enabled')
2*0b5f1585SPatrick Williams
3*0b5f1585SPatrick Williamsoption('ldap', type: 'feature', description: 'Enable LDAP support')
4*0b5f1585SPatrick Williams
5f8ccac97SPatrick Williamsoption(
6f8ccac97SPatrick Williams    'root_user_mgmt',
7f8ccac97SPatrick Williams    type: 'feature',
8f8ccac97SPatrick Williams    description: 'Enable management of the root user',
9f8ccac97SPatrick Williams    value: 'enabled',
10f8ccac97SPatrick Williams)
119ca8692dSChandramohan Harkude
129ca8692dSChandramohan Harkudeoption(
139ca8692dSChandramohan Harkude    'MAX_PASSWORD_LENGTH',
149ca8692dSChandramohan Harkude    type: 'integer',
159ca8692dSChandramohan Harkude    value: 64,
169ca8692dSChandramohan Harkude    description: 'Max password Length default value as per NIST guideline recommendation',
179ca8692dSChandramohan Harkude)
18