proftpd の mysql backend認証

  • proftpdの、1.3.0rc2 が 7/25にリリースされています
  • こいつでやっと、Mysql 4.1.1での、 backend認証に対応できたようで・・

Bug 2644
mod_sql_mysql should handle old MySQL password format more
gracefully. Starting with MySQL 4.1.1, the format for passwords stored
using the MySQL PASSWORD() function changed. This format change causes
issues for sites that have passwords stored in the older format. Users
of mod_sql+mod_sql_mysql would see this as users being unable to login.
Now, if compiled against MySQL 4.1.1 or later, mod_sql_mysql will first
check the password using the current MySQL format; if that fails it
will fall back to checking the old format. Note that this only affects
sites which have "SQLAuthTypes Backend" in their proftpd.conf.

  • さらっと、みた感じでは確かに動いてますね ヽ(´ー`)ノ
  • mysql は、old-password オプションであげてますけど (^-^;;
  • とりあえず、いろいろ試して見るのは監査終わってから
  • つうことで、あとは、blackMarket と組み合わせて、ユーザの管理とかできるようになると若干うれしいことがありますな