Windows Username maximum length

ⅰ亾dé卋堺 提交于 2019-12-04 16:15:36

问题


What is the maximum length of a Windows domain + username? That is, what is the legal limit for a domain/username in Windows?


回答1:


Read this

for windows 2000: http://technet.microsoft.com/it-it/library/bb726984(en-us).aspx

for windows 2003: http://technet.microsoft.com/en-us/library/cc783323.aspx




回答2:


The maximum lengths are hash defined in lmcons.h. DNLEN is the maximum domain length and UNLEN is the maximum user name length.

In the version of this file I have on my XP machine (installed as part of Visual Studio 8), DNLEN = 15 and UNLEN = 256.




回答3:


There is a constant UNLEN which is defined in Lmcons.h that defines the maximum length of a username




回答4:


compmgmt.msc allows usernames for local account at max with 20 characters. dsa.msc allows domain user names to be 256.



来源:https://stackoverflow.com/questions/704891/windows-username-maximum-length

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!