[2002-09-11 補記] 改訂する暇がないが,パスワード認証 の仕組みを説明するページを作っておいた。 以前に書いたCのサンプルソースの改訂版も付けた。 Linuxでパスワード変更を行うCGIを作ってみました。 CGIを呼び出すページは次のように作っておきます。 <html> <head> <meta name="robots" content="noindex,nofollow"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP"> <title>パスワード変更</title> </head> <body> <h1>パスワード変更</h1> <p> <form action="usermod.cgi" me