我已经设置了Apache来检查使用这些模块的用户密码:
LoadModule authz_user_module modules/mod_authz_user.so LoadModule authn_file_module modules/mod_authn_file.so LoadModule auth_basic_module modules/mod_auth_basic.so
但是,这些模块要求我手动添加每个人到一个新的密码文件(这需要每个用户键入他们的密码)。
有没有办法让Apache检查系统密码,这样任何人都可以使用相同的密码进行Weblogin?
mod-auth-external加上pwauth 。
我们过去使用过mod_auth_pam ,但现在已经很老了,现在看起来他们推荐mod_auth_external 。 后者看起来像是在最近更新的。 这是他们的HOWTOs: http : //code.google.com/p/mod-auth-external/w/list