openwebmail + ldap 的认证问题
现在可以进行ldap认证(我的ldap服务器在异地),但必须要有系统账号相对应,如果没有就报用户不存在
openwebmail.conf
auth_module auth_pam.pl
auth_pam.conf
servicename openwebmail
openwebmail
auth required /lib/security/pam_ldap.so
account required /lib/security/pam_ldap.so
password required /lib/security/pam_ldap.so
不知道哪里出错了,请各位大虾看看