Enable password policy functional tests
| | |
| | | |
| | | <script> |
| | | suiteList = [] |
| | | #suiteList.append('max_pwd_age') |
| | | #suiteList.append('force_pwd_change') |
| | | #suiteList.append('grace_login') |
| | | #suiteList.append('last_login') |
| | | #suiteList.append('lockout') |
| | | #suiteList.append('min_pwd_age') |
| | | #suiteList.append('non_default') |
| | | #suiteList.append('preencoded_pwds') |
| | | #suiteList.append('allow_user_password_changes') |
| | | suiteList.append('max_pwd_age') |
| | | suiteList.append('force_pwd_change') |
| | | suiteList.append('grace_login') |
| | | suiteList.append('last_login') |
| | | suiteList.append('lockout') |
| | | suiteList.append('min_pwd_age') |
| | | suiteList.append('non_default') |
| | | suiteList.append('preencoded_pwds') |
| | | suiteList.append('allow_user_password_changes') |
| | | suiteList.append('root_policy') |
| | | </script> |
| | | |
| | |
| | | ldclt.dir= |
| | | temp.dir=/tmp |
| | | test.plan.custom= |
| | | test.plan.functional.default=aci,backends,clu,clu_secure,core,dsconfig,dsml,fractional-replication,groups,i18n,indexes,logging,monitoring,plugins,privileges,pta,replication,schema,security,setup,snmp,tasks,virtualAttributes,replication-safe-data,replication-safe-read |
| | | test.plan.functional.default=aci,backends,clu,clu_secure,core,dsconfig,dsml,fractional-replication,groups,i18n,indexes,logging,monitoring,password_policy,plugins,privileges,pta,replication,schema,security,setup,snmp,tasks,virtualAttributes,replication-safe-data,replication-safe-read |
| | | test.plan.stress.default=import_ldif,operations,replication |
| | | verbose.mode=false |
| | | |