Ask a Question related to Windows Server, Design and Development.

  1. #1

    Default User Name Length?

    Noticed something that I didnt expect. It seems all of
    our clients who have user names longer than 20 characters
    cannot logon. They must go down to the 20 characters
    (pre-2000 logon) info.

    Why? We are all XP clients and running Windows 2003? Is
    there a way to change that?
    Dave Clark Guest

  2. Similar Questions and Discussions

    1. Length cannot be less than zero. Parameter name: length
      I receive the following error when I try to run this asp.net 1.1 app: Length cannot be less than zero. Parameter name: length Description: An...
    2. the get length event
      Instead of .length what other phrase can I use to break down in comming data? c = t2.length-1; Guy
    3. user@host length limit in GRANT
      Hello, is it possible to switch off length limit (16 chars) for username in mysql? I get an error '1145 (42000): The host or user argument to...
    4. Length of curve?
      I have a closed curve of irregular shape, and I would like to divide it into segments of equal length. Does Freehand have any features to deal with...
    5. How to get length of string? length() problems
      Simplified a bit, I'm parsing HTML documents to get sentences e.g. my $html = get($URL); # remove all HTML TAGs...blah blah blah @sentences =...
  3. #2

    Default User Name Length?

    Just for more info:

    Example:

    Username.Sitename.Admin cannot logon to a workstation.
    But, if they change it to Username.Sitename.Ad it works.

    I always thought that you could have up to 102 characters
    (although 64 or less is recommeneded).

    Seems the Pre-Windows 2000 account name is taking
    priority.

    This does it on both Xp and 2000 boxes.
    Dave Clark Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139