How to apply below policy to Cipher AD

length = 14
rule “charset” {
charset = “abcdefghijklmnopqrstuvwxyz”
min-chars = 1
}
rule “charset” {
charset = “ABCDEFGHIJKLMNOPQRSTUVWXYZ”
min-chars = 1
}
rule “charset” {
charset = “0123456789”
min-chars = 1
}
rule “charset” {
charset = “#$_@”
min-chars = 1
}

It seems you’ve posted the same thing in 4 places in this forum roughly at the same time.

Please don’t do that, it’s not helpful.