[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Frontpage webmaster password change



FYI... something I found while reviewing/purging my archived emails that
I thought should be handed out/sent to the list archives... this should
work on RaQ3, RaQ4, and RaQ XTR.

To change *all* sites' FrontPage "webmaster" account passwords to the
same thing,
do this command as root (should all be on one line):

find /home/sites -name service.pwd -exec htpasswd -b {} webmaster
newpassword \;

If you need to set them all to something different, you would do (again,
should all be on one line):

htpasswd -b /home/sites/www.domain.com/web/_vti_pvt/service.pwd
webmaster newpassword

for each www.domain.com you need to change.

--
Bruce Timberlake
Sun Cobalt Technology Engineer
Sun Microsystems, Inc.