Auth PAM#
该模块添加了对 PAM 身份验证的支持。 要 安装 该模块,请使用以下软件包之一: Angie: Angie PRO: 在 例如,要在 LDAP 服务器上对用户进行身份验证(使用 详细文档和源代码可在以下位置获取:
sto/ngx_http_auth_pam_module安装#
angie-module-auth-pamangie-pro-module-auth-pam加载模块#
main{} 上下文中加载模块:load_module modules/ngx_http_auth_pam_module.so;
配置示例#
location /secure {
auth_pam "Secure Zone";
auth_pam_service_name "angie";
}
pam_ldap.so 模块),/etc/pam.d/angie 文件可能包含以下内容:auth required /lib/security/pam_ldap.so
account required /lib/security/pam_ldap.so
附加信息#