RE: password length

From: gordonah (gordonah_at_discussions.microsoft.com)
Date: 01/18/05


Date: Tue, 18 Jan 2005 03:07:05 -0800

Salvatore

if password complexity is set on, then a new password must have three of the
follwoing four types of character;
Upper case
Lower case
Numeric
Special (!"£$ etc)

Therefore characters of the same case with a number added would not suffice.
e.g.
password1 not valid (lower case, numeric)
Password1 valid (upper case, lower case, numeric)

I think 8 is the default default domain policy password length so it should
be ok if it hasn't been changed.

Gordon

"Salvatore" wrote:

> Hi, on windows 2003 with active directory, when I try to create a new user
> and I try to configure a password I have always a message error that say me
> the password criteria not is just !I have tried with password with number e
> character, with much characters (more than 8) ma nothing !
> why ??
> thanks.
> Salvatore
>
>
>



Relevant Pages

  • Re: Combo box auto populate problem with CAPS
    ... character in upper case, inserted into the middle of the string of the found ... The choices in the combo box may be any combination: Upper case, ... find a correct match. ... Dirk Goldgar, MS Access MVP ...
    (microsoft.public.access.formscoding)
  • Re: Help needed [Logical operations in HLA/HYDE]
    ... The correct way to change upper to lower caseor lower to upper is best ... Then you talke the value of the character of say ta lower case symbol ... Here is the part I can show you of the ascii table used in ... Some langauges have accents on som of the the letters too! ...
    (comp.lang.asm.x86)
  • Re: Is there any way to say ignore case with "in"?
    ... the same character, as the character is already in lower case. ... Instead of 15 exceptions to the rule, conversion to upper has only 5 ... The other effect would be conflating physics' Angstron unit and Kelvin unit signs with ring-a and K. Applicaton programmers beware. ...
    (comp.lang.python)
  • Re: Exercise 7-1
    ... Your indentation is inconsistent and doesn't correspond either to the ...     int c; ... to upper case if it's invoked as "upper", ... while loop to read each character from stdin, ...
    (comp.lang.c)
  • Re: Help converting a string
    ... For example, Alb34ErT will be ... String sentence; ... upper case or lower case: if it is upper case, ... digit or punctuation character, don't change the case at all. ...
    (comp.lang.java.help)