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