Nginx (0.8.29 here) paired with http_auth_pam_module-1.1

Hi Sergio and everyone on the List

Been using your http auth pam module for quite some time now, always
worked like a charm.

At least starting with nginx version 0.8.29 it seems it just doesn’t
work anymore. (gonna investigate with older versions)

pam_ldap still works without a Problem on the very same Jail.

My nginx-pam file:
auth required /usr/local/lib/pam_ldap.so
account required /usr/local/lib/pam_ldap.so

OS is FreeBSD 8.0-STABLE #4 r199975 amd64

The only thing that stands out is kinda this line:
2009/12/10 14:00:14 [debug] 45783#0: *31 PAM: user ‘user’ - not
authenticated: authentication information is unavailable

Thats the answer from PAM?

Nginx Debuglog output:
http://pastebin.com/m6d0f7d43
http://pastebin.com/m1d4e55be

Cheers Tobi

On Thu, 10 Dec 2009 15:03:24 +0100
Tobias L. [email protected] wrote:

My nginx-pam file:
Thats the answer from PAM?
nginx Info Page
NVM found the Problem.

Dec 10 15:02:25 staff nginx: pam_ldap: ldap_starttls_s: Connect error

Sorry to have bothered you