|
|
Archives of the TeradataForum
Message Posted: Wed, 08 Jun 2005 @ 08:56:11 GMT
Subj: | | Re: PasswordMinChar in syssecdefaults |
|
From: | | Victor Sokovin |
| I want to restrict my user such that they are not allowed to enter password less then 8 Characters while Create/Modify users. | |
| I changed dbc.syssecdefaults.passwordminchar = 8 with an update statement. | |
| Do let me know is this all or am I missing something on this. | |
Have you restarted the system? If not, do so for the change to become active.
| Problem here is that while create the check is done, but my users are able to modify the password to less then 7 Chars | |
If after the system restart the situation is still the same, check whether the users in question have individual security settings in their
profiles. They would override the system defaults. If that is indeed the case, then you'll have to change the profiles using the MODIFY PROFILE
command.
Regards,
Victor
| |