PC Review


Reply
Thread Tools Rate Thread

cusrmgr - FYI - Beware limit

 
 
JB
Guest
Posts: n/a
 
      30th Jan 2004
Have been running a change password script I wrote for quite some time
with no issues (uses the cusrmgr.exe - resource kit utility) until a
user attempted to create a password with a length of 13 characters.
My script checks the errorlevel which reported successful change on
200+ servers for the user but when she tried to log on with her new
password it failed.

Anyway turns out cusrmgr just truncated the password to the first 12
characters and then changed the password with this shorter password.
My work around for now was just to check the length of the password
and re-prompt if it's more than 12 characters in length.

JB
 
Reply With Quote
 
 
 
 
dcdon
Guest
Posts: n/a
 
      30th Jan 2004
thank you for sharing.

Can any Microsoft expert tell me how to make
passwords of more than twelve characters work, and
is there any restriction of character use?

regards,
don



"JB" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)
m...
Have been running a change password script I wrote
for quite some time
with no issues (uses the cusrmgr.exe - resource kit
utility) until a
user attempted to create a password with a length
of 13 characters.
My script checks the errorlevel which reported
successful change on
200+ servers for the user but when she tried to log
on with her new
password it failed.

Anyway turns out cusrmgr just truncated the
password to the first 12
characters and then changed the password with this
shorter password.
My work around for now was just to check the length
of the password
and re-prompt if it's more than 12 characters in
length.

JB



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      30th Jan 2004
You don't need cusrmgr.exe to change a password - the
following command will do it quite nicely, and does not
suffer from the limitation you observe:

net user JSmith SomeLongPassword


"JB" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Have been running a change password script I wrote for quite some time
> with no issues (uses the cusrmgr.exe - resource kit utility) until a
> user attempted to create a password with a length of 13 characters.
> My script checks the errorlevel which reported successful change on
> 200+ servers for the user but when she tried to log on with her new
> password it failed.
>
> Anyway turns out cusrmgr just truncated the password to the first 12
> characters and then changed the password with this shorter password.
> My work around for now was just to check the length of the password
> and re-prompt if it's more than 12 characters in length.
>
> JB



 
Reply With Quote
 
dcdon
Guest
Posts: n/a
 
      30th Jan 2004
Hi Buddy,

How are you?
I was wondering about the setup for cusrmgr.exe? I
might want to hire someone to do that, and I can
check him out to see if he/she really knows their
stuff. cahpesh? (don't know how to spell that
either)(guess all I know how to do is make money)

And I hope no one minds my top posting. I've tried
the bottom and I prefer the top, and it's not nearly
as efficient, when one is trying to get to as many as
possible.
--

Thank you very much,
don
----------

"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
You don't need cusrmgr.exe to change a password - the
following command will do it quite nicely, and does
not
suffer from the limitation you observe:

net user JSmith SomeLongPassword


"JB" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed).
...
> Have been running a change password script I wrote

for quite some time
> with no issues (uses the cusrmgr.exe - resource kit

utility) until a
> user attempted to create a password with a length

of 13 characters.
> My script checks the errorlevel which reported

successful change on
> 200+ servers for the user but when she tried to log

on with her new
> password it failed.
>
> Anyway turns out cusrmgr just truncated the

password to the first 12
> characters and then changed the password with this

shorter password.
> My work around for now was just to check the length

of the password
> and re-prompt if it's more than 12 characters in

length.
>
> JB




 
Reply With Quote
 
Ray at
Guest
Posts: n/a
 
      30th Jan 2004
Capite? I think. The only words I really remember from Italian are Albergo
(hotel) and il gatto (the cat).

Don Costanzo

--

Ray at home
Microsoft ASP MVP


"dcdon" <(E-Mail Removed)> wrote in message
news:VSjSb.4064$(E-Mail Removed)...
> Hi Buddy,
>
> How are you?
> I was wondering about the setup for cusrmgr.exe? I
> might want to hire someone to do that, and I can
> check him out to see if he/she really knows their
> stuff. cahpesh? (don't know how to spell that
> either)(guess all I know how to do is make money)
>
> And I hope no one minds my top posting. I've tried
> the bottom and I prefer the top, and it's not nearly
> as efficient, when one is trying to get to as many as
> possible.
> --
>
> Thank you very much,
> don
> ----------
>
> "Pegasus (MVP)" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> You don't need cusrmgr.exe to change a password - the
> following command will do it quite nicely, and does
> not
> suffer from the limitation you observe:
>
> net user JSmith SomeLongPassword
>
>
> "JB" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed).
> ..
> > Have been running a change password script I wrote

> for quite some time
> > with no issues (uses the cusrmgr.exe - resource kit

> utility) until a
> > user attempted to create a password with a length

> of 13 characters.
> > My script checks the errorlevel which reported

> successful change on
> > 200+ servers for the user but when she tried to log

> on with her new
> > password it failed.
> >
> > Anyway turns out cusrmgr just truncated the

> password to the first 12
> > characters and then changed the password with this

> shorter password.
> > My work around for now was just to check the length

> of the password
> > and re-prompt if it's more than 12 characters in

> length.
> >
> > JB

>
>
>



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      30th Jan 2004
To survive in Italy you would need "vino" at the albergo
(wine), bierra (beer), bella ragazza (gorgeous girl) and
"é troppo caro" (it's too expensive).


"Ray at <%=sLocation%> [MVP]" <myFirstNameATlane34dotKOMM> wrote in message
news:(E-Mail Removed)...
> Capite? I think. The only words I really remember from Italian are

Albergo
> (hotel) and il gatto (the cat).
>
> Don Costanzo
>
> --
>
> Ray at home
> Microsoft ASP MVP
>
>
> "dcdon" <(E-Mail Removed)> wrote in message
> news:VSjSb.4064$(E-Mail Removed)...
> > Hi Buddy,
> >
> > How are you?
> > I was wondering about the setup for cusrmgr.exe? I
> > might want to hire someone to do that, and I can
> > check him out to see if he/she really knows their
> > stuff. cahpesh? (don't know how to spell that
> > either)(guess all I know how to do is make money)
> >
> > And I hope no one minds my top posting. I've tried
> > the bottom and I prefer the top, and it's not nearly
> > as efficient, when one is trying to get to as many as
> > possible.
> > --
> >
> > Thank you very much,
> > don
> > ----------
> >
> > "Pegasus (MVP)" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > You don't need cusrmgr.exe to change a password - the
> > following command will do it quite nicely, and does
> > not
> > suffer from the limitation you observe:
> >
> > net user JSmith SomeLongPassword
> >
> >
> > "JB" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed).
> > ..
> > > Have been running a change password script I wrote

> > for quite some time
> > > with no issues (uses the cusrmgr.exe - resource kit

> > utility) until a
> > > user attempted to create a password with a length

> > of 13 characters.
> > > My script checks the errorlevel which reported

> > successful change on
> > > 200+ servers for the user but when she tried to log

> > on with her new
> > > password it failed.
> > >
> > > Anyway turns out cusrmgr just truncated the

> > password to the first 12
> > > characters and then changed the password with this

> > shorter password.
> > > My work around for now was just to check the length

> > of the password
> > > and re-prompt if it's more than 12 characters in

> > length.
> > >
> > > JB

> >
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
cusrmgr =?Utf-8?B?SHVn?= Microsoft Windows 2000 CMD Promt 4 21st Mar 2005 06:52 PM
CUSRMGR and SIDs. Carl Hilton Microsoft Windows 2000 Security 0 12th Jan 2005 11:42 AM
CUSRMGR question Carl Hilton Microsoft Windows 2000 Networking 0 9th Jun 2004 12:27 PM
Re: cusrmgr Walter Schulz Microsoft Windows 2000 Security 1 16th Sep 2003 09:41 PM
Re: cusrmgr Matt Scarborough Microsoft Windows 2000 Security 0 16th Sep 2003 08:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:56 AM.