View Single Post
  #3  
Old January 1st, 2003, 09:24 PM
gatorparrots gatorparrots is offline
~departed~
 
Join Date: Jul 2002
Location: Kansas City, MO
Posts: 457
Thanks: 0
Thanked 0 Times in 0 Posts
gatorparrots is on a distinguished road
You can set the user's passwords arbitrarily with this command:
niutil -createprop . /users/username passwd "`openssl passwd 'thePassword' `"

(Creating a property in NetInfo will overwrite an existing property, so you can replace their unhashed passwords with hashed versions.)
Reply With Quote