Home » RDBMS Server » Security » Solaris 9 10g - how to enfoce password complexity
( ) 1 Vote
|
|
Re: Solaris 9 10g - how to enfoce password complexity [message #139731 is a reply to message #138954] |
Thu, 29 September 2005 06:37  |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
Or else, you can create a function of your own & use that for password verification. You can include any complexity in this function, that you want to have for your database.
Syntax:
alter profile profile-name limit password_verify_function function-name;
eg:
ALTER PROFILE developer LIMIT
password_verify_function uw_pwd_verification;
|
|
|
Goto Forum:
Current Time: Thu May 01 14:02:19 CDT 2025
|