[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Frontpage webmaster password change
- Subject: [cobalt-users] Frontpage webmaster password change
- From: Bruce Timberlake <bruce.timberlake@xxxxxxx>
- Date: Thu Mar 28 12:40:02 2002
- Organization: Sun Microsystems, Inc.
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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.