Passwords must not contain the user's entire samAccountName (Account Name) value or entire displayName (Full Name) value. Both checks are not case sensitive: 
The samAccountName is checked in its entirety only to determine whether it is part of the password. If the samAccountName is less than three characters long, this check is skipped. 
The displayName is parsed for delimiters: commas, periods, dashes or hyphens, underscores, spaces, pound signs, and tabs. If any of these delimiters are found, the displayName is split and all parsed sections (tokens) are confirmed not to be included in the password. Tokens that are less than three characters in length are ignored, and substrings of the tokens are not checked. For example, the name "Erin M. Hagens" is split into three tokens: "Erin," "M," and "Hagens." Because the second token is only one character long, it is ignored. Therefore, this user could not have a password that included either "erin" or "hagens" as a substring anywhere in the password.
Passwords must contain characters from three of the following five categories: 
Uppercase characters of European languages (A through Z, with diacritic marks, Greek and Cyrillic characters)
Lowercase characters of European languages (a through z, sharp-s, with diacritic marks, Greek and Cyrillic characters)
Base 10 digits (0 through 9)
Nonalphanumeric characters: ~!@#$%^&*_-+=`|(){}[]:;"',.?/
Any Unicode character that is categorized as an alphabetic character but is not uppercase or lowercase. This includes Unicode characters from Asian languages.
 
รหัสผ่านต้องไม่ประกอบด้วย samaccountname ทั้งหมดของผู้ใช้ ( ชื่อบัญชี ) มูลค่าทั้งหมด displayname ( ชื่อเต็ม ) ค่า ทั้งการตรวจสอบไม่ได้เป็นกรณีที่ละเอียดอ่อน : 
 
 samaccountname ตรวจสอบอย่างครบถ้วนเท่านั้นที่จะตัดสินว่ามันเป็นส่วนหนึ่งของรหัสผ่าน ถ้า samaccountname น้อยกว่าสามตัวอักษรยาว การตรวจสอบนี้จะข้ามไป 
 
 displayname คือแจงสำหรับตัวคั่น : ๆช่วงรอยขีดข่วนหรือยัติภังค์ , ขีดเส้นใต้ , เป็น , สัญญาณ , ปอนด์และแท็บ ถ้าใด ๆของตัวคั่นเหล่านี้จะพบ , displayname คือแยกและแจงส่วน ( สัญญาณ ) ได้ยืนยันว่า ไม่ได้อยู่ในรหัสผ่าน สัญญาณที่น้อยกว่า 3 ตัวอักษรในความยาวจะถูกละเว้นและสตริงย่อยของสัญญาณจะไม่ตรวจสอบ ตัวอย่างเช่น ชื่อ " อีริน เมตร เกน " แบ่งออกเป็นสามสัญญาณ :" แอริณ " , " M " และ " ฮาเกน เนื่องจากเหรียญที่สองเป็นเพียงตัวละครตัวหนึ่งยาวก็จะถูกละเว้น ดังนั้น ผู้ใช้นี้ไม่สามารถมีรหัสผ่านที่รวมทั้ง " แอริณ " หรือ " ฮาเกน " เป็นข้อความที่ใดก็ได้ในรหัสผ่าน รหัสผ่านจะต้องประกอบด้วยอักขระจาก 
 
 สามดังต่อไปนี้ห้าประเภท : 
 
 ตัวพิมพ์ใหญ่ตัวอักษรของภาษาในทวีปยุโรป ( ผ่านเครื่องหมายเครื่องหมายการออกเสียง z , กับ ,ตัวอักษรกรีกตัวอักษรและตัวพิมพ์เล็ก ) 
 
 ตัวละครของภาษายุโรป ( ผ่าน Z , sharp-s ที่มีเครื่องหมายเครื่องหมายการออกเสียง , กรีกและอักษรซีริลลิกอักษร ) 
 
 ฐาน 10 ตัวเลข ( 0 ถึง 9 ) 
 
 nonalphanumeric อักขระ : ~ ! # @ $ % 
 & * _ - = ` |  ( ) { } [ ] : ; " < > , . / 
 
 อักขระ Unicode ใด ๆที่ถูกจัดประเภทเป็นตัวอักษร แต่ไม่ได้เป็นตัวพิมพ์ใหญ่หรือตัวพิมพ์เล็กนี้รวมถึง Unicode ตัวอักษรจากภาษาเอเชีย .
การแปล กรุณารอสักครู่..
