Symptom
When a password policy is modified - is there a way to see if all passwords comply to the new standards?
- For example:
sp_passwordpolicy 'set', 'minimum password length', '4'
go
create login test_pwd with password test
go
sp_passwordpolicy 'set', 'minimum password length', '6'
go
- When logging into the system it works just fine:
isql -Utest_pwd -Sase16 -Ptest
- When looking at the policies – it is shown:
sp_passwordpolicy 'list', 'minimum password length'
go
Policy_option Curr_value Min_value Max_value
--------------------- ---------------- -------------- --------------
minimum password length 6 0 30
sp_configure ‘minimum password length’ shows: 6(default), 6(config), 6(run) value
How can passwords be confirmed?
Read more...
Environment
- SAP Adaptive Server Enterprise 15.7
- SAP Adaptive Server Enterprise 16.0
Product
Sybase EnterpriseConnect Data Access 15.7
Keywords
KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , How To
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview