|
Yes usernames still appear to be capped at 20 characters.
This is also per lmcons.h header file
#define
UNLEN
256
// Maximum user name length
#define LM20_UNLEN 20 // LM 2.0 Maximum user name length as for
groups... well they are defined the same as users in lmcons.h but we know that
they aren't limited to 20 chars...
#define GNLEN
UNLEN
// Group name
#define LM20_GNLEN LM20_UNLEN // LM 2.0 Group name I
think the limit is actually 64 for groups, not 74.
Also
if you got over 15 chars for a user id I would expect you would have issues
trying to send messages to the use via messenger as it couldn't register the
name correctly as NetBIOS length would be 16 characters.
-------------
http://www.joeware.net (download joeware)
http://www.cafeshops.com/joewarenet (wear joeware)
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stearns, Richard Sent: Tuesday, March 02, 2004 12:49 PM To: '[EMAIL PROTECTED]' Subject: [ActiveDir] character limit for sAMAccountNames Anyone
know character limit for user names and group sAMAccount names for
w2k3?
User
limit appears to remain at 20 which only causes issues when NT4
accounts with >20 char. are migrated.
Group
limit appears to be 74.
Can
anyone correct or confirm this?
rps
============================================================================== |
Title: Message
- [ActiveDir] character limit for sAMAccountNames Stearns, Richard
- joe
