I checked several password policies that establish that 2 or more repetitive characters are not allowed in the password, example: "xxxxx5". But that policy doesn't make sense to me because the password space is reduced, (the xxxxx5 is an extreme insecure password I know, but there are really good passwords that use repetitive characters and increment the password entropy) and I think that this kind of passwords are more easy to crack using a brute force attack (there are less passwords that are needed to check).
Am I missing something?
I'm not a security expert so...
Could anybody explain me if this policy is right or wrong?
Thanks