Ratan Gupta | ca039ca | 2022-01-09 12:22:27 +0530 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests', value: 'enabled') |
Patrick Williams | f8ccac9 | 2025-02-01 08:37:15 -0500 | [diff] [blame] | 2 | option( |
| 3 | 'root_user_mgmt', |
| 4 | type: 'feature', |
| 5 | description: 'Enable management of the root user', |
| 6 | value: 'enabled', |
| 7 | ) |
Chandramohan Harkude | 9ca8692 | 2025-05-18 13:09:25 +0530 | [diff] [blame^] | 8 | |
| 9 | option( |
| 10 | 'MAX_PASSWORD_LENGTH', |
| 11 | type: 'integer', |
| 12 | value: 64, |
| 13 | description: 'Max password Length default value as per NIST guideline recommendation', |
| 14 | ) |