You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "kirby zhou (Jira)" <ji...@apache.org> on 2022/04/19 00:28:00 UTC

[jira] [Comment Edited] (RANGER-3687) Password Policy Best Practices for Strong Security

    [ https://issues.apache.org/jira/browse/RANGER-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17523959#comment-17523959 ] 

kirby zhou edited comment on RANGER-3687 at 4/19/22 12:27 AM:
--------------------------------------------------------------

You default mysql charset is UTF8MB4?

I had encounter a lot such error when charset is UTF8MB4 already even without this patch.

I think a lot of VARCHAR(4000) should be replaced with TEXT or we just fix the charset of table to utf8mb3. 

It's worth opening another issue.


was (Author: kirbyzhou):
You default mysql charset is UTF8MB4?

I had encounter a lot such error when charset is UTF8MB4. I think a lot of VARCHAR(4000) should be replaced with TEXT or we just fix the charset of table to utf8mb3. 

It's worth opening another issue.

> Password Policy Best Practices for Strong Security
> --------------------------------------------------
>
>                 Key: RANGER-3687
>                 URL: https://issues.apache.org/jira/browse/RANGER-3687
>             Project: Ranger
>          Issue Type: Improvement
>          Components: Ranger
>    Affects Versions: 3.0.0, 2.3.0
>            Reporter: Bhavik Patel
>            Assignee: Bhavik Patel
>            Priority: Major
>             Fix For: 3.0.0, 2.3.0
>
>
> # Password history should be configured to restrict users from reusing their last 4 or 5 passwords.
>  # Forcing users to change passwords every 90-180 days 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)