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?
M Matjaz Ladava [MVP] Nov 28, 2003 #2 You have to program it by yourself, but it is not a trivial task and requires a lot of C/C++ experience. http://msdn.microsoft.com/library/d.../en-us/security/security/password_filters.asp -- Regards Matjaz Ladava, MCSE, MCSA, MCT, MVP Microsoft MVP - Active Directory (e-mail address removed), (e-mail address removed) http://ladava.com
You have to program it by yourself, but it is not a trivial task and requires a lot of C/C++ experience. http://msdn.microsoft.com/library/d.../en-us/security/security/password_filters.asp -- Regards Matjaz Ladava, MCSE, MCSA, MCT, MVP Microsoft MVP - Active Directory (e-mail address removed), (e-mail address removed) http://ladava.com