>>>>> "DT" == Damien Tougas <[EMAIL PROTECTED]> writes:
DT> I would disagree with you there. We do not want to have root password
DT> files on hundreds of thin client workstations, if we have to change
DT> the root password for those workstations, we want to change it once.
rdist is your friend. Here's a nice simple rdist file to send around
the password and group files:
--cut here--
ETCFILES = ( /etc/{group,master.passwd} )
ALLHOSTS = ( ws1 ws2 ws3 )
etc:
${ETCFILES} -> ${ALLHOSTS}
install -owhole;
special /etc/master.passwd "pwd_mkdb -p /etc/master.passwd";
--cut here--
the "-owhole" option is for rdist6. if you use the stock rdist,
change it to "-w".
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: [EMAIL PROTECTED] Rockville, MD +1-301-545-6996
GPG & MIME spoken here http://www.khera.org/~vivek/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message