Z Ziek Nov 28, 2003 #1 If I want to ensure that passwords are 6 characters long with at least one number in it, how can I accomplish this?
If I want to ensure that passwords are 6 characters long with at least one number in it, how can I accomplish this?
D Dmitry Korolyov [MVP] Nov 28, 2003 #2 Shortly, you cannot - unless you develop and deploy your custom password filter. http://msdn.microsoft.com/library/en-us/security/security/password_filters.asp -- Dmitry Korolyov [[email protected]] MVP: Windows Server - Active Directory If I want to ensure that passwords are 6 characters long with at least one number in it, how can I accomplish this?
Shortly, you cannot - unless you develop and deploy your custom password filter. http://msdn.microsoft.com/library/en-us/security/security/password_filters.asp -- Dmitry Korolyov [[email protected]] MVP: Windows Server - Active Directory If I want to ensure that passwords are 6 characters long with at least one number in it, how can I accomplish this?