I have a client who needs to show me the Sybase database Users with Privileged access and the Password configurations set on the database (such as password length and lockout threshold)
I am struggling to find a query that displays the required information because all I can find is how to see password configurations for one user and add admin users
for example: sp_displaylogin joe, will only show the configurations for Joe. How do I view the database server wide password configuration?
Does anyone have a query where we can view a list of users who have privileged access (admin) and see the system-wide password configurations??
Thank you